A web app that helps keep track of our work out progress and helps us through a transformation journey.
- Add/Edit/Remove Workouts
- Add Parameters that need to be tracked for the workout
- Create Workout Plans
- Count Workout Streak
Client: React, MUI, IndexedDB
Clone the project
git clone https://github.com/InfantAjayVenus/workout-tracker.git
Go to the project directory
cd workout-tracker
Install dependencies
npm install
Start the server
npm run dev