This project aims to provide a simple yet useful Todo list creation app in which you can manage tasks, mark them as done, edit them, etc..
To get started, you can either clone this repository and run npm start
to run it locally and open http://localhost:3000 to view it in your browser, or you can go to the live hosted website here
The page will reload when you make changes.
You may also see any lint errors in the console.
- Add todos.
- Create sub todos.
- Add descriptions for todos.
- Edit and delete todos.
- Export the todo summary as a markdown.
- Login/Signup section.
- Profile editing section.
- Good UI.
This project was created with React.js for the front-end and the backend is handled by Firebase for authentication and Firestore as the database.
Feel free to reach out and make a pull request or raise an issue if there's any bugs that needed to be addressed or there are any features that can be added to improve the user experience. Any sort of contributions are welcome.
Route to /admin from root to view the stored data as a table.