Table of Contents
Gym notes is designed to replace your paper workout journal. With this application you will be able track your workouts and gains in the gym (application was created for educational purposes).
To get a local copy up and running follow these simple example steps.
- npm
npm install npm@latest -g
- expo
npm install --global expo-cli
- Clone the repo
git clone https://github.com/gym-notes/mobile.git
- Install NPM packages
npm install
- Enter your API in
helpers/AxiosInterceptors.ts
const BASE_URL = 'ENTER YOUR API';
- Start the project
expo start
- User authentication & authorization
- Create plan
- Add exercise to the plan
- Remove exercise from the plan
- Delete plan
- Create workout
- Add exercise to the workout
- Remove exercise from the workout
- Workouts history
- Edit user profile
- User BMI
- Records
See the open issues for a full list of proposed features (and known issues).
Fima project: click here
Distributed under the MIT License.
Kamil Nahotko - email: [email protected]
Project Link: https://github.com/gym-notes