A simple calculator built with React for learning purposes
- React v. 17.0.2
To get a local copy up and running follow these simple example steps.
- Clone this repository using the link above (click on the 'code' button)
- Open a terminal and
cd
to the cloned repository - run
npm install
. This will install the necessary dependencies - run
npm start
to open a local server in your default browser
- Input the first number. It can be integer or float. If float, use the '.' button to add decimals
- Choose an operation: addition, substraction, multiplication or division
- Input the second number. Same as step one, the number can be integer or float
- Click on the "=" button to see the result
- Deployed on Heroku (see the link in the Live Demo section above)
👤 Alicia Rojas
- GitHub: @aliciapaz
- Twitter: @_alicia_paz
- LinkedIn: Alicia Rojas
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.