From c09ab0b6c0a581632103c3642697460ef257b63a Mon Sep 17 00:00:00 2001 From: pixelledbot Date: Tue, 22 Oct 2024 22:14:48 +0530 Subject: [PATCH 1/3] Add Todo List App to JavaScript section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b2af0909..8b34ef7e 100644 --- a/README.md +++ b/README.md @@ -216,6 +216,7 @@ If you are not a programmer but would like to contribute, check out the [Awesome - [VuePress](https://github.com/vuejs/vuepress) _(label: good-first-issue)_
Minimalistic Vue-powered static site generator - [webdriver.io](https://github.com/webdriverio/webdriverio) _(label: first-timers-only)_
Next-gen browser and mobile automation test framework for Node.js - [Yarn](https://github.com/yarnpkg/yarn) _(label: good-first-issue)_
Fast, reliable, and secure dependency management. +- [Todo List App](https://github.com/pixelledbot/todo-list-app) - A simple todo list app built with HTML, CSS, and JavaScript. Features include adding, completing, deleting tasks, and persistent storage using localStorage. ## Julia From 12a84f55e1bae413df14708efffe8105a45b3391 Mon Sep 17 00:00:00 2001 From: pixelledbot Date: Tue, 22 Oct 2024 22:32:30 +0530 Subject: [PATCH 2/3] add to-do-list project --- data.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/data.json b/data.json index 679f11bc..8c57f5b3 100644 --- a/data.json +++ b/data.json @@ -2252,6 +2252,16 @@ "JavaScript" ], "description": "a react-based framework that provides accessibility, modularity, responsiveness, and theming in a tidy package" + }, + { + "name": "Todo List App", + "link": "https://github.com/pixelledbot/todo-list-app", + "label" : "good-first-issue", + "technologies": ["JavaScript"], + "description": "A simple todo list app built with HTML, CSS, and JavaScript. Features include adding, completing, deleting tasks, and persistent storage using localStorage.", } + ] + } + ] } From c21a7689d3a25d6dce776b5ecbac506025a9cf8d Mon Sep 17 00:00:00 2001 From: pixelledbot Date: Sun, 27 Oct 2024 14:44:42 +0530 Subject: [PATCH 3/3] add it to the list --- README.md | 2 +- data.json | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8b34ef7e..84ae6bab 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,7 @@ If you are not a programmer but would like to contribute, check out the [Awesome - [VuePress](https://github.com/vuejs/vuepress) _(label: good-first-issue)_
Minimalistic Vue-powered static site generator - [webdriver.io](https://github.com/webdriverio/webdriverio) _(label: first-timers-only)_
Next-gen browser and mobile automation test framework for Node.js - [Yarn](https://github.com/yarnpkg/yarn) _(label: good-first-issue)_
Fast, reliable, and secure dependency management. -- [Todo List App](https://github.com/pixelledbot/todo-list-app) - A simple todo list app built with HTML, CSS, and JavaScript. Features include adding, completing, deleting tasks, and persistent storage using localStorage. +- [Todo List App](https://github.com/pixelledbot/todo-list-app) _(Label: good-first-issue)_
A simple todo list app built with HTML, CSS, and JavaScript. Features include adding, completing, deleting tasks, and persistent storage using localStorage. ## Julia diff --git a/data.json b/data.json index 8c57f5b3..fb725b8e 100644 --- a/data.json +++ b/data.json @@ -2256,12 +2256,11 @@ { "name": "Todo List App", "link": "https://github.com/pixelledbot/todo-list-app", - "label" : "good-first-issue", + "label": "good-first-issue", "technologies": ["JavaScript"], - "description": "A simple todo list app built with HTML, CSS, and JavaScript. Features include adding, completing, deleting tasks, and persistent storage using localStorage.", - } - ] - } - + "description": "A simple todo list app built with HTML, CSS, and JavaScript. Features include adding, completing, deleting tasks, and persistent storage using localStorage." + } + ] + }