/WorkoutDiary

Exercise fields with fields for name, reps, sets, weight, rest. And sums up the total reps of a workout.

Primary LanguageJava

This is an application for registering how many reps you perform in a given workout. It summarises the total number of repetitions and adds that to the total. It also loops through all the relevant textfields and re calculates all the fields in order to keep updating the total so that even if the user changes a number higher up it will change the total.