https://github.com/gaurav26singh/fitness360
Built a React Native based fitness training mobile application that contains 10+ categories & more than 50 exercises with detailed steps. Implemented RapidAPI for fetching the required data and used Reanimated3.0 to add animation effect throughout the application.
https://github.com/gaurav26singh/fitness360
rapidapi react-native reanimated3 tailwindcss
Last synced: 4 months ago
JSON representation
Built a React Native based fitness training mobile application that contains 10+ categories & more than 50 exercises with detailed steps. Implemented RapidAPI for fetching the required data and used Reanimated3.0 to add animation effect throughout the application.
- Host: GitHub
- URL: https://github.com/gaurav26singh/fitness360
- Owner: Gaurav26Singh
- Created: 2024-05-06T14:23:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-06T14:55:36.000Z (about 1 year ago)
- Last Synced: 2025-01-09T08:22:18.054Z (5 months ago)
- Topics: rapidapi, react-native, reanimated3, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 15.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Get Started
install dev dependencies
### `npm install`
## Then
go to https://rapidapi.com/justin-WFnsXH_t6/api/exercisedb, create an account and get the api key, then use that api key in constants/index.js file
## Then
Run The app
### `npm start`
Runs your app in development mode.
Open it in the [Expo app](https://expo.io) on your phone to view it. It will reload if you save edits to your files, and you will see build errors and logs in the terminal.
#### `npm run ios`
Like `npm start` / `yarn start`, but also attempts to open your app in the iOS Simulator if you're on a Mac and have it installed.
#### `npm run android`
Like `npm start` / `yarn start`, but also attempts to open your app on a connected Android device or emulator. Requires an installation of Android build tools (see [React Native docs](https://facebook.github.io/react-native/docs/getting-started.html) for detailed setup).