ToDo list is a simple web application to save your daily tasks in order not to miss anything.
- Add new list
- Remove single list
- Add new task in list
- Mark task as completed / uncompleted
- Edit task
- Delete task
- Search in tasks
- React JS (Hooks)
- Material UI
- Firebase - Firestore - Auth
git clone https://github.com/hasanugr/react-firebase-todoList.git
cd react-firebase-todoList
npm install
npm start
Now, you can see the project on your local: http://localhost:3000/