https://github.com/sweep76/calculator
Basic Calculator
https://github.com/sweep76/calculator
react-native
Last synced: 14 days ago
JSON representation
Basic Calculator
- Host: GitHub
- URL: https://github.com/sweep76/calculator
- Owner: Sweep76
- Created: 2025-02-06T15:13:32.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-11T11:48:54.000Z (over 1 year ago)
- Last Synced: 2025-03-11T12:35:18.792Z (over 1 year ago)
- Topics: react-native
- Language: TypeScript
- Homepage:
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📱 React Native Calculator App
## Setup & Run
```sh
# 1. Setup
expo init calculator
# 2. Install Dependencies
npx expo install react-dom react-native-web @expo/metro-runtime
# 3. To Run
cd calculator
npx expo start
# You can also run the app on your phone using Expo Go