Quick Body Weight Workout
Now we’ve added a page to show a list of available Workouts to choose from :
Each time the user performs an exercise they can click the exercise and it will add an entry for today for that exercise and display a total count of exercises performed per day for that exercise :
I found that with this approach of creating an entry per exercise rep performed the entries page quickly became cluttered with individual reps, so I’ve updated the Entries page to group the exercises by name and provide a count of total exercises :
Try out FitCypher here :
https://alexlaverty.pythonanywhere.com/
Or git clone the FitCypher github repo and run it locally :