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

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

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

![](res/demo.gif)