lencys / mvc

πŸ”± A simple MVC application in plain JavaScript.

Home Page:https://taniarascia.github.io/mvc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ”± MVC.js

License: MIT

Simple todo MVC application in plain JavaScript

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.

About

πŸ”± A simple MVC application in plain JavaScript.

https://taniarascia.github.io/mvc

License:MIT License


Languages

Language:JavaScript 78.2%Language:CSS 16.7%Language:HTML 5.1%