An open API service indexing awesome lists of open source software.

https://github.com/joeribreedveld/strong-stats

Strong workout insights, private, free and simple.
https://github.com/joeribreedveld/strong-stats

free gym nextjs originui recharts shadcn-ui statistics stats strong tailwindcss visualize workout

Last synced: 5 months ago
JSON representation

Strong workout insights, private, free and simple.

Awesome Lists containing this project

README

          

# 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](https://youtu.be/RyweH8juozg)

## 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](https://github.com/user-attachments/assets/ece2de8e-0452-4fe1-9148-f674bd699839)

### Mobile

## Installation

1. Clone the repository:

```bash
git clone https://github.com/joeribreedveld/strong-stats.git

2. Navigate to the project directory:

```bash
cd strong-stats
```

3. Install dependencies:

```bash
npm install
```

## Usage

1. Start the development server:

```bash
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.