This is an alternative visualiser for Strong, the popular workout tracker. I started tracking my workouts on spreadsheets because it was easier, but I wanted to retain my historical data.
- Clone this repository
- Run
pnpm i - Export your data as CSV from the Strong app
- Put the csv file into the
scriptsdirectory and name itworkouts.csv - Run
node scripts/index.js(this will parse the csv into usable JSON and deposit it in theapp/api/dbdirectory) - Run
pnpm dev, Open http://localhost:3000