# mvc **Repository Path**: flame2/mvc ## Basic Information - **Project Name**: mvc - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-02 - **Last Updated**: 2021-08-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 🔱 MVC.js [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) Simple todo MVC application in plain JavaScript ### [Read the tutorial](https://www.taniarascia.com/javascript-mvc-todo-app) | [View the demo](https://taniarascia.github.io/mvc) ## 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 - [Tania Rascia](https://www.taniarascia.com) ## License This project is open source and available under the [MIT License](LICENSE).