diff --git a/data.json b/data.json index ddc49d7..db14736 100644 --- a/data.json +++ b/data.json @@ -2193,6 +2193,13 @@ ], "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." + }, { "name": "Rawsec Cybersecurity Inventory", "link": "https://gitlab.com/rawsec/rawsec-cybersecurity-list", @@ -2200,7 +2207,7 @@ "technologies": [ "JavaScript", "JSON", - "Pug" + "Pug" ], "description": "An inventory of tools and resources that aims to help people to find everything related to CyberSecurity." }, @@ -2212,7 +2219,7 @@ "Rust" ], "description": "Teleconference system with a web based user interface written in Rust" - }, + }, { "name": "FastAPI", "link": "https://github.com/tiangolo/fastapi", @@ -2223,4 +2230,5 @@ "description": "A modern, fast (high-performance) web framework for building APIs with Python 3.6+ based on standard Python type hints." } ] + }