Compare commits

7 Commits

Author SHA1 Message Date
BOT
74e470c45d Merge 27ffb33f3e into 636f1e74a1 2024-12-13 21:05:55 +00:00
Sammy Hori
27ffb33f3e Merge branch 'main' into add-todo-app 2024-11-26 00:40:10 +00:00
BOT
4e1227c2d4 Merge branch 'MunGell:main' into add-todo-app 2024-10-27 15:15:13 +05:30
pixelledbot
41d7a43e4f Update Todo List App: deleted unnecessary lines 2024-10-27 14:56:19 +05:30
pixelledbot
c21a7689d3 add it to the list 2024-10-27 14:44:42 +05:30
pixelledbot
12a84f55e1 add to-do-list project 2024-10-22 22:32:30 +05:30
pixelledbot
c09ab0b6c0 Add Todo List App to JavaScript section 2024-10-22 22:14:48 +05:30

View File

@@ -2173,6 +2173,13 @@
], ],
"description": "a react-based framework that provides accessibility, modularity, responsiveness, and theming in a tidy package" "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", "name": "Rawsec Cybersecurity Inventory",
"link": "https://gitlab.com/rawsec/rawsec-cybersecurity-list", "link": "https://gitlab.com/rawsec/rawsec-cybersecurity-list",
@@ -2180,7 +2187,7 @@
"technologies": [ "technologies": [
"JavaScript", "JavaScript",
"JSON", "JSON",
"Pug" "Pug"
], ],
"description": "An inventory of tools and resources that aims to help people to find everything related to CyberSecurity." "description": "An inventory of tools and resources that aims to help people to find everything related to CyberSecurity."
}, },
@@ -2192,7 +2199,7 @@
"Rust" "Rust"
], ],
"description": "Teleconference system with a web based user interface written in Rust" "description": "Teleconference system with a web based user interface written in Rust"
}, },
{ {
"name": "FastAPI", "name": "FastAPI",
"link": "https://github.com/tiangolo/fastapi", "link": "https://github.com/tiangolo/fastapi",
@@ -2203,4 +2210,5 @@
"description": "A modern, fast (high-performance) web framework for building APIs with Python 3.6+ based on standard Python type hints." "description": "A modern, fast (high-performance) web framework for building APIs with Python 3.6+ based on standard Python type hints."
} }
] ]
} }