Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 610 Bytes

File metadata and controls

12 lines (9 loc) · 610 Bytes

Strong App Visualiser

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.

Getting started

  • Clone this repository
  • Run pnpm i
  • Export your data as CSV from the Strong app
  • Put the csv file into the scripts directory and name it workouts.csv
  • Run node scripts/index.js (this will parse the csv into usable JSON and deposit it in the app/api/db directory)
  • Run pnpm dev, Open http://localhost:3000