This the fifth milestone fro the math-magicians project
How to perform operations:
To perform the operations:
- User should select the first value from the number button (0 - 9)
- User should select the operation buttons (-, +, x, ÷, %)
- User should select the next value for calculation
- Finally, the user can select the '=' button to perform the calculations.
This project is hosted on Heroku.
Follow along the steps below to get a copy at your local machine.
-
Navigate to the directory where you want this project to clone and then clone it
git clone git@github.com:helciodev/math-magicians.git
-
Navigate to the
math-magicians
directorycd math-magicians
-
Install the npm package with
npm install
-
Start the server with
npm start
-
The site should automatically open in your browser at http://localhost:3000/ if it didn't then open your browser with that link.
- Run npm test to run tests
😎 Helcio André
- GitHub: @helciodev
- Twitter: @helcio_bruno
- Linkedin: Helcio Andre
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
This project is MIT licensed.