A full-stack workout and performance tracking app for athletes, with a focus on basketball metrics.
- β JWT Authentication (Register/Login)
- β Log workouts (sets, reps, weight)
- β Track basketball metrics (vertical jump, speed)
- β Progress graphs with Recharts
- β Weekly training planner with AI suggestions
- β Injury tracker (elbows, back, knees)
- β Export workout data to CSV
Frontend: React, Tailwind CSS, Recharts, Axios
Backend: Node.js, Express, JWT, bcryptjs
Database: SQLite
cd server
npm install
npm run dev