Skip to content
/ mvc Public
forked from taniarascia/mvc

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

License

Notifications You must be signed in to change notification settings

lencys/mvc

This branch is up to date with taniarascia/mvc:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b4d5992 Β· Sep 11, 2019

History

14 Commits
Jul 27, 2019
Sep 11, 2019
Jul 29, 2019
Aug 7, 2019
Aug 7, 2019
Jul 27, 2019

Repository files navigation

πŸ”± 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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.2%
  • CSS 16.7%
  • HTML 5.1%