Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/faisalsaifii/calculator
Made using React Native
https://github.com/faisalsaifii/calculator
react-native
Last synced: about 1 month ago
JSON representation
Made using React Native
- Host: GitHub
- URL: https://github.com/faisalsaifii/calculator
- Owner: faisalsaifii
- License: mit
- Created: 2022-09-16T12:19:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-09T06:29:18.000Z (12 months ago)
- Last Synced: 2024-11-05T21:17:52.065Z (3 months ago)
- Topics: react-native
- Language: TypeScript
- Homepage: https://faisalsaifii.github.io/calculator
- Size: 2.49 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Calculator using React Native
The app is currently live at
---
## Run the app locally
Install dependencies
```bash
npm i
```Start the project using expo
```bash
expo start
```## Preview
![](https://github.com/faisalsaifii/calculator/blob/main/assets/dark.png?raw=true)
![](https://github.com/faisalsaifii/calculator/blob/main/assets/light.png?raw=true)