React-Calculator-App icon indicating copy to clipboard operation
React-Calculator-App copied to clipboard

The Apple MacOs/iOS calculator app rebuild using React

Live Demo

Click here

Getting Started

There are two methods for getting started with this repo.

Familiar with Git?

  > git clone [email protected]:KaiHotz/React-Calculator-App.git
  > cd React-Calculator-App
  > npm install
  > npm start
  > in your Browser open http://localhost:3000

Not Familiar with Git?

Click here to download the .zip file. Extract the contents of the zip file, then open your terminal, change to the project directory, and:

  > cd React-Calculator-App
  > npm install
  > npm start
  > in your Browser open http://localhost:3000

Testing

Resources

To run Tests

  > npm test

To run Tests with coverage

  > npm test:coverage