This project is a migrated version of the small FitTrack demo to a React + TypeScript app using Vite.
Features:
- Responsive hero with quick stats
- Workout logging form (stored in
localStorage) - Add and remove workouts (persistent in browser)
- Subtle animations and hover states for polish
Getting started:
- Install dependencies:
npm install- Start the dev server:
npm run dev- Open http://localhost:5173 (Vite opens it for you by default)
Notes:
- The original
index.htmlwas moved tolegacy-index.htmlfor reference. - To reset data, use the Reset button in the app or clear site storage.