Live Demo:
https://deanwagner.github.io/todo/
PC View:
Mobile View:
This project was created for the To-Do List assignment as part of The Odin Project curriculum. I met all the assignment objectives and then expanded on it with my own concepts to make it more functional and user-friendly.
- Examples:
JavaScript Library:date-fns
- Have projects or separate lists of tasks
- ‘Default’ project to which all tasks are put
- Create new projects and choose which project tasks go into
- UI Requirements:
- View all tasks
- View tasks in each project
- Edit task
- Delete task
- Separate application logic from DOM manipulation
- Use Web Storage API to store data
- Created 'Today', 'Upcoming', and 'Overdue' views
- Light/Dark themes that automatically load based on the user's browser/OS settings
- Custom accent color
- PWA and A2HS Support



