Duration: Weekend Sprint
This basic server side calculator provides a browser interface to accomplish simple arithmetic using addition, subtraction, muliplication and division. The user will input first number, select an operator, input a second number, and click the equals button (=). Upon completion of these steps the result will be appended to page as well as the history of all calculations made. Click C button to clear number inputs and make another request.
Link to software that is required to install the app.
- Clone the repository
- Open up in your editor of choice and run an
npm install - Run
npm startin your terminal - Navigate to localhost:5000 in your
- Have fun
Front end
- HTML
- CSS
- Ajax/Axios
Back End
- Node.js/Express
Thanks to Prime Digital Academy who equipped and helped me to make this application a reality. (Thank your people)
If you have suggestions or issues, please email me at jacob.bollmann@yahoo.com
