Skip to content

santosrai/SimpleCalculator_UsingMVCDesignPattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleCalculator_UsingMVCDesignPattern

Simple Calculator MVC application in plain JavaScript

What I want to do?

I want to write simple calculator app with plain JavaScript using Model-View-Controller design pattern.

Check out Demo

Process

Creating 3 files only

  • index.html : It consist of a single root element only in the body tag
  • style.css
  • script.js : It consist of model, view and controller classes

For tutorial link

Author

Santosh Rai