Home
Softono
mvc

mvc

Open source MIT JavaScript
599
Stars
196
Forks
1
Issues
24
Watchers
2 years
Last Commit

About mvc

A simple MVC application in plain JavaScript.

Platforms

Web Self-hosted

Languages

JavaScript

đź”± MVC.js

License: MIT

Simple todo MVC application in plain JavaScript

Read the tutorial | View the demo

Purpose

Learn the MVC pattern by building a small app!

  • Model - manages the data of an application
  • View - a visual representation of the model
  • Controller - links the user and the system

This application consists of index.html, script.js, and style.css. This means that there are no frameworks or dependencies getting in the way of learning the MVC concept.

Author

License

This project is open source and available under the MIT License.