Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yanikkumar/react-todo-list
A New todo list react app which is similar to the old Reminder Pro App. The difference is that it uses redux also and this is just react based application
https://github.com/yanikkumar/react-todo-list
Last synced: about 1 month ago
JSON representation
A New todo list react app which is similar to the old Reminder Pro App. The difference is that it uses redux also and this is just react based application
- Host: GitHub
- URL: https://github.com/yanikkumar/react-todo-list
- Owner: yanikkumar
- Created: 2019-07-26T15:51:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T05:27:12.000Z (almost 2 years ago)
- Last Synced: 2024-02-05T07:29:18.680Z (11 months ago)
- Language: JavaScript
- Size: 3.13 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-ToDo-List
A New todo list react app which is similar to the old Reminder Pro App. The difference is that it is just simple react based application with bootstrap and uuid concepts in it and doesnot include redux.> Make sure to install dependencies by running `npm install` in the directory and then
> `npm start`### Following features included in the app:
* Add to the list
* Remove from the list
* Edit the todo list
* Clear All todo listSome Screenshots of the app in work:
![ToDo List App](screenshot/screen1.png)
![Listing the items](screenshot/screen2.png)
![Editing the items](screenshot/screen3.png)