jovandeginste / workout-tracker

A workout tracking web application for personal use (or family, friends), geared towards running and other GPX-based activities
Other
957 stars 30 forks source link

feat: Add calorie calculation and display #268

Closed jovandeginste closed 2 months ago

jovandeginste commented 2 months ago

Adds calorie burned calculation and display on workout details page. The calories are estimated based on the activity, assuming a weight of 70 kg. This gives the user a rough idea of how many calories they burned during the workout. Also adds repetition frequency per minute display on workout details page. This is useful for understanding the intensity of a repetition-based workout.

Fixes #260