Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.09 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.09 KB

Apple Watch Workout Analysis Tool

Application designed to allow users to analyze their workouts captured by the Apple Watch

Screenshot of the homepage

Screenshot of the workout page

Another screenshot of the workout page

Tech Stack

  • Vite (as the frontend framework)
  • Shadcn / Tailwind (for styling the frontend)
  • Python (for building the backend API and services)
  • Pandas (for data analysis)

Installation

  1. Clone the repository:

    git clone https://github.com/Jdwalli/AppleWatchWorkouts.git
  2. Install backend dependencies using pip:

    cd backend
    pip install -r requirements.txt
  3. Install frontend dependencies using npm:

    cd frontend
    npm install

Running the Application

  • Development Mode:

    Build and run the application using npm:

    npm run dev