aliciapaz / calculator

A simple calculator built with React for learning purposes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calculator

A simple calculator built with React for learning purposes

Built With

  • React v. 17.0.2

Live Demo

Live Demo Link

Getting Started

To get a local copy up and running follow these simple example steps.

Setup and Install

  • 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

Usage

  • 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

Deployment

  • Deployed on Heroku (see the link in the Live Demo section above)

Author

👤 Alicia Rojas

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.

About

A simple calculator built with React for learning purposes

License:MIT License


Languages

Language:JavaScript 86.3%Language:HTML 7.6%Language:CSS 6.1%