Powerlift Workout Buddy
Published: 10/26/2022
A Vite-based React app to help with the 5-3-1 workout.
šŖ A work in progress šŖ
Iām still working on this one. I wanted to start a new project, and I wanted to make myself a tool I couldnāt find elsewhere.
I do a powerlifting workout routine called āFive Three Oneā. Right now, the app takes your one-rep maxes as inputs and outputs your three week routine.
I wanted to work in React instead of Svelte because even though I think Svelte is superior, there do not seem to be many jobs using it.
The app works well enough to use right now, but there are still many improvements. I need to improve the āwamupā and āaccessoryā pages. The app currently has no backend. I was hoping to do store data in cookies to avoid needing a backend altogether, but Iām finding that Android is not storing cookies on my phone, which is a big issue.