https://github.com/simbathesailor/todoapp
A Dynamic Todo app using pure React as frontend and firebase as the backend.It allows user to add,delete,done,un done the task.It also allows to filter as per done or not done.
https://github.com/simbathesailor/todoapp
reactjs
Last synced: 3 months ago
JSON representation
A Dynamic Todo app using pure React as frontend and firebase as the backend.It allows user to add,delete,done,un done the task.It also allows to filter as per done or not done.
- Host: GitHub
- URL: https://github.com/simbathesailor/todoapp
- Owner: simbathesailor
- License: mit
- Created: 2016-08-03T11:21:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-03T13:05:45.000Z (almost 9 years ago)
- Last Synced: 2025-01-05T17:09:40.173Z (5 months ago)
- Topics: reactjs
- Language: JavaScript
- Homepage:
- Size: 225 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TodoApp
A Dynamic Todo app using pure React and firebase as the backend.It allows user to add,delete,done,un done the task.It also allows to filter as per done or not done.1.Clone the repository or download.
2.Do npm install.
3.Edit the index.html if you need you firebase server to be configured else it will work fine with my firebase account.
4.Keep database structure as
todos:
id :{
"title":"ypur todo",
"time" : {date},
"done" : false/true
}
Screenshot1:
Screenshot2:
Screenshot2: