Application designed to allow users to analyze their workouts captured by the Apple Watch
- Vite (as the frontend framework)
- Shadcn / Tailwind (for styling the frontend)
- Python (for building the backend API and services)
- Pandas (for data analysis)
-
Clone the repository:
git clone https://github.com/Jdwalli/AppleWatchWorkouts.git
-
Install backend dependencies using pip:
cd backend pip install -r requirements.txt
-
Install frontend dependencies using npm:
cd frontend npm install
-
Development Mode:
Build and run the application using npm:
npm run dev