A Todo-List web app that allows user to add to-do items, set priority, due date as well as organize them into user defined folders or projects. It is a project from The Odin Project's curriculum
- Implementing some of the OOP SOLID principles in this project
- Using pubsub pattern to loose coupling
- Using ES6 Modules and Classes in JS
- Get better at code organization by further improving the understanding of SOLID principles
- Develop a more efficient software development workflow such as AGILE