React calculator

Live demo

Click here

Getting Started

  • Clone the repo https://github.com/abeidahmed/react-calculator.git
  • cd into the project
  • Run git pull origin milestone-1 to pull the milestone-1 branch (any other branch can be pulled by replacing milestone-1 with branchName)
  • Run npm install to install all the dependencies
  • Run npm start

Testing

  • Run npm run test to run all the tests, or
  • Run npm run test:watch to watch the tests

Deployment

  • heroku create $APP_NAME --buildpack mars/create-react-app
  • git push heroku master
  • heroku open

Authors

Abeid Ahmed

Contributing

  • Fork the project
  • Create your feature branch git checkout -b awesome-feature
  • Commit your changes git commit -m 'Awesome feature'
  • Push it git push -u origin awesome-feature
  • Open a pull request using this branch

Show your support

Give a ⭐️ if you like this project!