Duration: 2 Day Sprint
Implement a server side calculator:
The calculator interface mirrors an ordinary calculator. The calculations are done on the server, and stored there until the user clears the inputs.
To see the fully functional site, please visit: DEPLOYED VERSION OF APP
-
Clicking on calculator buttons inputs the number or the operation clicked.
-
The calculator will also prevent clicking on multiple operators (+ - * /) in a row.
-
The input is displayed above the calculator keys as they are clicked.
-
If the user doesn't click on any inputs and then clicks "equals", the calculator will show an alert asking for inputs.
-
Clicking on "C" button will clear the inputs.
-
Clicking on "Delete history" button will delete the previous calculations.
- HTML
- CSS
- JavaScript
- jQuery
- Node.js