Workout Tracker

2022-07-05

I really enjoy working out, especially lifting weights and following a set program. One program I’d been trying for a while is called Strong Curves (cheesy, I know… they all have crap names). The program is highly structured, with each day following the same format, alternating between different exercises that all fit into certain categories.

I’d been wanting to write my own workout tracker for a while and the format of this program lends itself well to writing a templated workout tracker.

During my experiments with creating a “Zoom bookshelf” with D3, I found that I really enjoyed writing Javascript in Observable. Observable makes Javascript feel a lot more sane to my strictly-typed brain and basically creates UX for you, as long as you were okay with the default components provided.

I’m always okay with default UX if it means I don’t have to write it, so I went ahead and created my own project on Observable.

Right now this project is set up to store workout data in JSON and save as a GitHub Gist on my own account. I’ve actually embedded a GitHub key (with only Gist permissions!!) in the project, which is a VERY BAD IDEA™️ , please don’t do this at home.

It’s been super convenient for my development, but it means if you want to use this project for yourself, you’ll need to:

I’ve since ported (most) of this workout tracker to Svelte in my quest to be able to suck less at frontend development 😇 But that’s a story for a different post.

Happy coding and go hit the gym!