Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rdshinde/todo-app
This is fully functional a todo app created in react.
https://github.com/rdshinde/todo-app
localstorage react
Last synced: 4 days ago
JSON representation
This is fully functional a todo app created in react.
- Host: GitHub
- URL: https://github.com/rdshinde/todo-app
- Owner: rdshinde
- Created: 2022-03-04T10:02:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-04T10:34:05.000Z (almost 3 years ago)
- Last Synced: 2024-12-14T09:18:49.196Z (about 2 months ago)
- Topics: localstorage, react
- Language: JavaScript
- Homepage: https://rdshinde-todoapp.netlify.app
- Size: 162 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ToDo List
This is a fully functional todo app buid using react.## Features-
- You can create, edit and delete list items.
- You can mark the task as done.
- All the data is stored in local storage.
- Super-fast 🚀
## Where is the live app?
You can visit the live app [here](https://rdshinde-todoapp.netlify.app).