Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 662 Bytes

File metadata and controls

23 lines (13 loc) · 662 Bytes

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