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
- Host: GitHub
- URL: https://github.com/kaihotz/react-calculator-app
- Owner: KaiHotz
- Created: 2018-05-26T18:44:34.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2023-08-30T06:16:02.000Z (almost 3 years ago)
- Last Synced: 2025-03-18T11:48:33.074Z (about 1 year ago)
- Topics: calculator-application, calculator-javascript, javascript-applications, react
- Language: TypeScript
- Homepage: https://kaihotz.github.io/React-Calculator-App/
- Size: 7.56 MB
- Stars: 55
- Watchers: 4
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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
```