Duration: 12 Hours
Creating the basic calculator and transfering the data from the client to the server side was a worthy challenge. Things got really interesting and fun when I morphed my calculator to actually mimic the look and operating principles of a normal calculator.
Task: Create a functioning calculator that implements all of the logic on the server-side of the application.
Desire components:
- Create a user interface where the user can input two values (2 input elements) and select the type of mathematical operation.
- A submit button for calculating.
- A clear button for clearing the equation.
- Build out the server-side logic to handle Addition, Subtraction, Multiplication, and Division.
- Keep a historical record of all math operations and solutions on the server.
- Basic Calculations!
- Ability to reference calculation history.
HTML CSS JavaScript JQuery
Thanks to Prime Digital Academy (www.primeacademy.io) who taught me how to move data between the client and server!
If you have suggestions or issues, please email me at [[email protected]]