https://github.com/canreader/reactive-calculator
A crossplatform calculator app inspired from IOS calculator
https://github.com/canreader/reactive-calculator
Last synced: about 1 month ago
JSON representation
A crossplatform calculator app inspired from IOS calculator
- Host: GitHub
- URL: https://github.com/canreader/reactive-calculator
- Owner: CanReader
- License: mit
- Created: 2024-08-27T19:39:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-27T19:48:12.000Z (almost 2 years ago)
- Last Synced: 2024-08-27T21:44:03.857Z (almost 2 years ago)
- Language: JavaScript
- Size: 119 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#### The Calculator App
A simple cross platform calculater app developed by React Native.

### Installation
- `git clone https://github.com/CanReader/reactive-calculator`
- `yarn install`/`npm install`
### Running
- `yarn run ios`/`npm run ios` or `yarn run android`/`npm run android`
---