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

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

Awesome Lists containing this project

README

          

#### The Calculator App

A simple cross platform calculater app developed by React Native.

![Image1](https://github.com/user-attachments/assets/e2c34e82-cb60-4b03-bc15-6a2ac44e6c5f)

### 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`

---