Mvc html css js

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

A simple MVC application in plain JavaScript.

License

taniarascia/mvc

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Sign In Required

Please sign in to use Codespaces.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching Xcode

If nothing happens, download Xcode and try again.

Launching Visual Studio Code

Your codespace will open once ready.

There was a problem preparing your codespace, please try again.

Latest commit

Git stats

Files

Failed to load latest commit information.

README.md

Simple todo MVC application in plain JavaScript

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
Читайте также:  Setting java path variable linux

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.

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

About

A simple MVC application in plain JavaScript.

Источник

Оцените статью