A single page MVC application, written solely in JavaScript, that allows the user to make some simple calculations.
The diagram below provides an overview of the process flow through the Model, View, Controller and Browser elements of the application, for the square number calculation.
- Clone this repo
- Navigate to the project root, then open the
index.html
page in your browser - Use any of the following 3 calculation options:
- Square of number
- Half a number
- Calculate a percentage