Skip to content
Projects

Built by me

Gym Track

Personal project · 2026

Screenshot of the Gym Track site

An installable web app for keeping a gym log. It stores everything in a real SQLite database inside the device, through SQLocal on WebAssembly, so it works in airplane mode and the data never leaves the phone. What I spent the most care on is what happens between sets: logging has to cost one tap, you can see what you did last time on that same exercise, and the rest timer follows you even if you switch screens.

Technologies

React, TypeScript, SQLite, PWA, Vite

Visit the site