Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/infantajayvenus/gymbooku

A workout tracker app tailored for personal needs
https://github.com/infantajayvenus/gymbooku

fitness indexeddb material-ui react

Last synced: 2 days ago
JSON representation

A workout tracker app tailored for personal needs

Awesome Lists containing this project

README

        

# GymBooku

A web app that helps keep track of our work out progress and helps us through a transformation journey.

## Features

- Add/Edit/Remove Workouts
- Add Parameters that need to be tracked for the workout
- Create Workout Plans
- Count Workout Streak

## Tech Stack

**Client:** React, MUI, IndexedDB

## Run Locally

Clone the project

```bash
git clone https://github.com/InfantAjayVenus/workout-tracker.git
```

Go to the project directory

```bash
cd workout-tracker
```

Install dependencies

```bash
npm install
```

Start the server

```bash
npm run dev
```

## License

[MIT](https://choosealicense.com/licenses/mit/)