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.
This software is required prior to starting the application.
Steps to get the development environment running.
- Download this project and open in your preferred IDE.
npm installnpm start
Built with jQuery, Node.js, and Bootstrap.

