Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 1.64 KB

README.md

File metadata and controls

53 lines (32 loc) · 1.64 KB

🥕 Recipe App

License: MIT

A recipe app written in vanilla JavaScript using the model-view-controller (MVC) paradigm, based on Tania Rascia's tutorial:

See Tania's tutorial and demo

See my demo

Table of Contents

Installation

Once you have cloned or downloaded the repository code:

cd mvc-recipes

Then open index.html in a browser

Purpose

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.

Author

Support

Please open an issue for support.

Contributing

If you'd like to contribute, please fork this repository, create a branch, add commits, and open a pull request.

License

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