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.
- Host: GitHub
- URL: https://github.com/joeribreedveld/strong-stats
- Owner: joeribreedveld
- Created: 2025-05-20T08:17:36.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-06-04T07:19:12.000Z (8 months ago)
- Last Synced: 2025-06-25T20:12:17.208Z (8 months ago)
- Topics: free, gym, nextjs, originui, recharts, shadcn-ui, statistics, stats, strong, tailwindcss, visualize, workout
- Language: TypeScript
- Homepage: https://strong-stats.vercel.app
- Size: 217 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

### 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.