https://github.com/felipefreitasa/exercisesgym
Exercises app created with React Native (Expo), Typescript and Native Base!
https://github.com/felipefreitasa/exercisesgym
expo native-base react-native typescript
Last synced: 2 months ago
JSON representation
Exercises app created with React Native (Expo), Typescript and Native Base!
- Host: GitHub
- URL: https://github.com/felipefreitasa/exercisesgym
- Owner: felipefreitasa
- Created: 2023-03-17T11:08:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-25T12:41:36.000Z (about 3 years ago)
- Last Synced: 2025-01-03T11:13:30.850Z (over 1 year ago)
- Topics: expo, native-base, react-native, typescript
- Language: TypeScript
- Homepage:
- Size: 5.78 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Exercises Gym
## Screenshots


## Technologies
- React Native
- Expo
- Typescript
- Async storage
- Native Base
- React hook form
- Yup
- Context API
- Axios
- React Navigation
- Expo google fonts
## Functionalities
- Authentication and user creation
- List of exercises, filtered by muscle groups
- View exercise preview, through a GIF
- Record exercise as performed
- History of performed exercises, organized by date
- View and edit user information (photo, name, email and password)
- Refresh token
## Running locally
Clone the project
```bash
git clone https://github.com/felipefreitasa/exercisesgym.git
```
Enter the project directory
```bash
cd exercisesgym
```
Install the dependencies
```bash
yarn
```
Start the server
```bash
yarn start
```