Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dharanchilukuri/todolist-crud
todo list app to manage tasks
https://github.com/dharanchilukuri/todolist-crud
jsx parcel reactjs tailwindcss usestate-hook
Last synced: about 2 months ago
JSON representation
todo list app to manage tasks
- Host: GitHub
- URL: https://github.com/dharanchilukuri/todolist-crud
- Owner: dharanchilukuri
- Created: 2024-09-01T08:19:31.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-28T13:45:49.000Z (3 months ago)
- Last Synced: 2024-10-19T02:35:52.415Z (3 months ago)
- Topics: jsx, parcel, reactjs, tailwindcss, usestate-hook
- Language: JavaScript
- Homepage: https://dharanchilukuri.github.io/Todolist-CRUD/
- Size: 1.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todilist-
run "npm start" in command line to start running the project.
used usestate hook to track local state variables.
Styled components using tailwind css
You can perform add/edit/delete operations on the list items.