A recipe app written in vanilla JavaScript using the model-view-controller (MVC) paradigm, based on Tania Rascia's tutorial:
See my demo
Once you have cloned or downloaded the repository code:
cd mvc-recipes
Then open index.html
in a browser
Learning the MVC paradigm by building a simple app!
- Model - manages the data of an application
- View - a visual representation of the model
- Controller - links the user and the system
I wrote this application using index.html
, script.js
, style.css
, and a few favicons. This means that I could learn the pure model-view-controller paradigm from scratch, and without the addition of a framework.
- Amber Wilson (based on Tania Rascia's todo app).
Please open an issue for support.
If you'd like to contribute, please fork this repository, create a branch, add commits, and open a pull request.
This project is open source and available under the MIT License.