Skip to content
RaiS4N2s edited this page Dec 26, 2019 · 1 revision

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

Clone this wiki locally