Simple Calculator MVC application in plain JavaScript
I want to write simple calculator app with plain JavaScript using Model-View-Controller design pattern.
Check out Demo
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