A basic to-do list made using the React.js framework that supports adding tasks with a due date and marking them as complete.
This project is still in its infancy, and only the barebones of the app has been completed.
You can try out the published version of the master branch here: https://to-do-list-development.web.app/
- Add new tasks with a due date
- Mark task as complete
- Sign-in ability with Firebase
- Save tasks
- Delete tasks after completed
- Enhance UI / UX
- Add proper PWA support (that includes offline support)