diff --git a/data.json b/data.json index dd33a0a..21b2bcf 100644 --- a/data.json +++ b/data.json @@ -2199,6 +2199,15 @@ "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." + } + ] + }