Skip to content

maxwmaher/jquery-node-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server-Side Calculator

In this challenge, I created a calculator interface that can accept any two numbers and add, subtract, multiply or divide them. The numbers get stored in an object on the client side, then are posted to the server for calculation. The server sends back the result, which displays for the user on the DOM.

Prerequisites

This software is required prior to starting the application.

Installation

Steps to get the development environment running.

  1. Download this project and open in your preferred IDE.
  2. npm install
  3. npm start

Technologies Used

Built with jQuery, Node.js, and Bootstrap.

Screenshots:

calculator 1 calculator 2

License

MIT

About

A server-side calculator built with jQuery and Node.js. Beautified with Bootstrap.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published