Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 356 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 356 Bytes

todo-mvc

💎 Example project using the mvc design pattern written in object-oriented javascript. You can use this app for your own use or use the code as a starting point for your own mvc app.

Model

Used for data manipulation - model.js

View

Used for data manipulation - view.js

Controller

Connect the model and view methods - controller.js