An All-In-One Fitness application that is going to prioritize a feature that provides muscle specific stretching, exercises, information, and injury self-assessment.
This repository now contains a small React + Vite prototype for an interactive muscle-selection UI.
Files added:
index.html— Vite entrypackage.json— project manifest and dev scriptssrc/main.jsx— React entrysrc/App.jsx— main app shellsrc/components/HumanDiagram.jsx— interactive SVG muscle diagramsrc/styles.css— basic styles
Run (PowerShell):
npm install
npm run devOpen the URL printed by Vite (usually http://localhost:5173/) to see the diagram. Click or tab+Enter on muscle regions to select them. The legend on the right also toggles selection.
Next steps:
- Replace the simple SVG with a more detailed diagram (or import an SVG file) and map accurate regions.
- Add per-muscle-group info pages and exercises.