Skip to content

decody/mvc-vanillajs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MVC Design Pattern on Vanilla JS

This document is my Javascript code learning on Inflearn which is a Korean online school for code learners.

Stuff to set up for practice

  1. Node.js
  2. VS Code or Atom
  3. lite-server (Node.js)
  4. Chrome lastest version (es6 module support)
  5. Git

Model-view-controller (MVC)

  • Model: Data Management
  • View: Data UI Mangement, Check user input value
  • Controller: Control between Model and View
  • MVC Design Pattern (wiki)

About

Vanilla JS MVC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published