Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 362 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 362 Bytes

todo

get 'er done list

Learning Goals:

  • Apply object-oriented principles following SOLID.
  • Implement a design architecture, Model View Controller, which should encourage an abstraction and seperation of concerns mindset.
  • Utilize ES6 modules to facilitate the above^.
  • Learn and implement localStorage, Web Storage API for data persistance.