https://github.com/abeidahmed/todo-app
https://github.com/abeidahmed/todo-app
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/abeidahmed/todo-app
- Owner: abeidahmed
- Created: 2020-01-15T10:03:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-08T08:01:18.000Z (almost 4 years ago)
- Last Synced: 2025-02-14T02:53:48.475Z (3 months ago)
- Language: JavaScript
- Size: 3.57 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### A reactjs based Todo App
#### Features
- Filterale todos based on three parameters (All Todos, Pending Todos, Completed Todos).
- User can delete the todos.
- Highlight todos by toggling the checkbox.#### Download
```
git clone https://github.com/abeidahmed/todo-app.git
cd todo-app
npm start
```#### Todo for the App
- Add local storage functionality.
- Add edit todos functionality.