Rep Rush is a mobile app for custom cadio home workouts.
rep-rush-demo.mp4
- React Native - ReactJS-based framework that can use native platform capabilities
- Expo - Toolset for building and delivering React Native apps
- Expo Router - Routing and navigation
- Zustand - State management
- React Native Reanimated - Animations
- React Native SVG - Drawing SVG
- react-native-mmkv - Persistent storage
-
Install dependencies
npm install
-
Start the app
npx expo start
In the output, you'll find options to open the app in a
- development build
- Android emulator
- iOS simulator
- Expo Go, a limited sandbox for trying out app development with Expo
You can start developing by editing the files inside the app directory. This project uses file-based routing.