An open API service indexing awesome lists of open source software.

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.

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: