Private Projects
Projects I develop during my free time, mostly for myself.
Training App
To stay healthy and in shape I regularly do some exercising. My training app helps me to remember which exercises I already did during a training session and how many repetitions I should do per exercise. It's also simple to add new exercises via a web interface. Exercise data are stored in a cloud database (mongodb) and in a s3 storage (images, videos).
The app itself is a react native (expo) application. After completing an exercise I simply tap it to mark it as complete. A progress bar on top shows how many exercises I already completed.