https://github.com/engichang1467/react-native-workout-list-app
Workout list app in React Native framework
https://github.com/engichang1467/react-native-workout-list-app
android-app ios-app react-native reactjs workout
Last synced: 7 months ago
JSON representation
Workout list app in React Native framework
- Host: GitHub
- URL: https://github.com/engichang1467/react-native-workout-list-app
- Owner: engichang1467
- Created: 2020-02-20T21:05:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T07:52:27.000Z (over 2 years ago)
- Last Synced: 2025-01-17T18:29:16.369Z (9 months ago)
- Topics: android-app, ios-app, react-native, reactjs, workout
- Language: JavaScript
- Size: 4.27 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native Workout list App
* Develop a workout list app that works on both Android and iOS.
* You can add and remove the workout exercise that you want.
* Explore the usage of React Native framework, and cross platform.## How I built it
* I built it with React Native and ReactJS framework
## Check it out (Coming Soon on both App Store and Play Store)
```bash
# Install dependencies
npm install
cd ios && pod install && cd ..# Run on iOS
react-native run-ios# Run on Android
react-native run-android
```