A Progressive Overload Tracking App

Overview

This project is a small mobile app for logging weightlifting sessions. I made it to keep track of sets, weights, reps, and perceived effort across exercises. The goal was to have something that works offline, stores data locally, and is fast to use during a workout. Existing apps, felt to bloated and had unnecassayr bells and whistles and/or required accounts or even subscriptions.

It was completed in less than a day to solve a real need in my own training. You can view the code on Github and sideload the apk file

Tools Used

Features

Exercise Logging

Users can enter any exercise name and log one or more sets. Each set includes:

Set Management

Workout History

Suggestions and Input Support

Navigation

Future Plans

Notes

This project keeps everything local and runs on the device without needing a backend. It’s a functional tool for self-tracking, built with basic web technologies and packaged as a mobile app using Cordova.