A simple React-based Gym Workout Tracker that helps track weekly workouts. Users can add exercises, track sets/reps/weight, and manage their weekly workout routine.
- Add workout exercises
- Edit workouts
- Delete workouts
- Weekly workout tracking
- Total exercises counter
- Weekly volume calculation
- Responsive design
- React
- JavaScript
- CSS
- useState
- useEffect
Clone the repository
git clone https://github.com/Ishant8287/gym-tracker.git
Install dependencies
npm install
Run the project
npm run dev
Ishant Singh