# Fitness Tracker App (Vite + React + TypeScript) This project is a mobile-first, responsive fitness tracker app built with Vite, React, and TypeScript. ## Features - **Home**: View all completed workouts and key statistics. - **Workouts**: Browse all saved routines and start a new workout from a routine. - **New Routine**: Create a new routine by combining different exercises. - **New Exercise**: Add a new exercise to the database. - **New Workout**: Log a new workout (an execution of a routine). - **Profile**: View user profile (name, sex, weight, date of birth). ### UI/UX - Single-user, no registration or login. - Entirely in English. - Mobile-first design, fully responsive. - On mobile: fixed bottom navigation bar (Apple style) with "Home", "Workout", "Profile". - On desktop: navigation menu is positioned appropriately for desktop use. ## Getting Started ```bash npm install npm run dev ``` Open the app in your browser at the provided local address. --- This project was bootstrapped with Vite using the React + TypeScript template.