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: about 2 months 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-04T10:34:05.000Z (about 3 years ago)
- Last Synced: 2025-02-07T10:17:28.099Z (3 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).