Strength Journeys (strengthjourneys.xyz)
Strength Journeys is a free web app to visualize your barbell lifting data from Google Sheets. Strength progress tracking, one rep max calculator, gym timer and more. Fully open source. Chalk not included.
(FIXME: these images need updating to the shadcnui chart style)
Requires user data in a Google Sheet. The app will ask for read-only access of your specific lifting spreadsheet. (this can be revoked at any time)
Open our sample data format in Google Sheets. (Click File Menu, then click 'Make A Copy')
- Javascript
- Next.js (pages router)
- Tailwind CSS
- Shadcn/ui components (include Recharts)
- NextAuth.js
- Deployed to Vercel
See package.json for the full list of dependencies
The main git branch is deployed on Vercel. https://strengthjourneys-git-main-wayneschuller.vercel.app/
This deployment has informative console logging of processing timings and any errors.