An open API service indexing awesome lists of open source software.

https://github.com/kaihotz/react-calculator-app

The Apple MacOs/iOS calculator app rebuild using React
https://github.com/kaihotz/react-calculator-app

calculator-application calculator-javascript javascript-applications react

Last synced: about 1 year ago
JSON representation

The Apple MacOs/iOS calculator app rebuild using React

Awesome Lists containing this project

README

          

### Live Demo
Click [here](https://kaihotz.github.io/React-Calculator-App)

## Getting Started

There are two methods for getting started with this repo.

### Familiar with Git?
```
> git clone git@github.com:KaiHotz/React-Calculator-App.git
> cd React-Calculator-App
> yarn install
> yarn dev
> follow the instructions
```

### Not Familiar with Git?
Click [here](https://github.com/KaiHotz/React-Calculator-App/archive/master.zip) 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
> yarn install
> yarn dev
> follow the instructions
```

## Testing

### Resources
- [@testing-library/react](https://testing-library.com/docs/react-testing-library/intro/)

### To run Tests
```
> yarn test
```