Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/infantajayvenus/gymbooku
- Owner: InfantAjayVenus
- Created: 2023-06-05T15:52:35.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2024-03-19T00:06:38.000Z (8 months ago)
- Last Synced: 2024-03-19T01:27:09.641Z (8 months ago)
- Topics: fitness, indexeddb, material-ui, react
- Language: TypeScript
- Homepage: https://infantajayvenus.github.io/GymBooku/
- Size: 3.07 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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/)