Skip to content

React web app for doing math calculations. Consists of three main views: Home, Calculator, and Quote. Tested with Jest and react-testing-library.

License

Notifications You must be signed in to change notification settings

Milypm/calculator-app

Repository files navigation

Calculator App With React

img_1

I created this simple-functional web calculator app for executing math calculations.

Live Project

You can visit the live project here: Calculator App

Built With

  • npm
  • React
  • create-react-app
  • JavaScript
  • JSX
  • CSS
  • Jest
  • react-testing-library
  • Eslint / Stylint

How To Run It (Locally)

  1. It's recommended to use Git's latest version
  2. Clone or download the repo: calculator-app to your local system
    • Click on the "Code" green button and copy 'HTTPS URL'
    • On an empty folder on your local system, open the command-line: git clone 'HTTPS URL'
  3. Go to the repo root directory
  4. On your terminal, run 'npm start'
  5. Browser should open automatically, or open http://localhost:3000
  6. You should see "Calculator App" on the browser screen

Tests

  • Go to the project's root directory
  • Run 'npm test'

Author

Mily Puente 👩‍💻

Contribute 👈

Any advice and suggestion for improvement are more than welcome. Visit issues' section

Show Your Support

Give a 🌟 if you like this project!

License

This project is MIT Licensed

About

React web app for doing math calculations. Consists of three main views: Home, Calculator, and Quote. Tested with Jest and react-testing-library.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published