Skip to content

joeribreedveld/strong-stats

Repository files navigation

StrongStats

StrongStats is a web app that lets you upload your Strong app workout export (strong.csv) and view your training progress in interactive charts.

Watch the demo

Features

  • Upload your Strong CSV export
  • View top sets per day
  • Filter by exercise and metric (weight, reps, volume)
  • All data stays local, no server

Screenshots

Desktop

StrongStats desktop screenshot

Mobile

Installation

  1. Clone the repository:

    git clone https://github.com/joeribreedveld/strong-stats.git
    
  2. Navigate to the project directory:

    cd strong-stats
  3. Install dependencies:

    npm install

Usage

  1. Start the development server:

    npm run dev
  2. Open your browser and visit http://localhost:3000

Contributing

Contributions are welcome! Please open an issue or submit a pull request.