Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 696 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 696 Bytes

Todo-List

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

🔗 Live Preview

What I Learned

  • Implementing some of the OOP SOLID principles in this project
  • Using pubsub pattern to loose coupling
  • Using ES6 Modules and Classes in JS

Things to Improve

  • Get better at code organization by further improving the understanding of SOLID principles
  • Develop a more efficient software development workflow such as AGILE