Skip to content

Example project using the mvc design pattern. No external libraries or frameworks, just pure Javascript.

Notifications You must be signed in to change notification settings

reichmla/todo-mvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Example project using the mvc design pattern. No external libraries or frameworks, just pure Javascript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published