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

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!

Awesome Lists containing this project

README

          

# Exercises Gym

## Screenshots

![1 (2)](https://user-images.githubusercontent.com/77179768/225895143-e353d46f-2d18-4b8e-9cb8-5e46007c1b75.png)
![2 (1)](https://user-images.githubusercontent.com/77179768/225895168-4467175a-185d-4b43-86de-7b90c7efd640.png)

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