From 12a84f55e1bae413df14708efffe8105a45b3391 Mon Sep 17 00:00:00 2001 From: pixelledbot Date: Tue, 22 Oct 2024 22:32:30 +0530 Subject: [PATCH] add to-do-list project --- data.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/data.json b/data.json index 679f11b..8c57f5b 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.", } + ] + } + ] }