Skip to content

lilylacosse/weekend-jquery-server-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JQuery Server-Side Calculator

Description

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:

  1. Create a user interface where the user can input two values (2 input elements) and select the type of mathematical operation.
  2. A submit button for calculating.
  3. A clear button for clearing the equation.
  4. Build out the server-side logic to handle Addition, Subtraction, Multiplication, and Division.
  5. Keep a historical record of all math operations and solutions on the server.

Usage

  1. Basic Calculations!
  2. Ability to reference calculation history.

Built With

HTML CSS JavaScript JQuery

Acknowledgement

Thanks to Prime Digital Academy (www.primeacademy.io) who taught me how to move data between the client and server!

Support

If you have suggestions or issues, please email me at [[email protected]]

About

Week 7 Weekend Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published