An open API service indexing awesome lists of open source software.

https://github.com/makischristou/verifit

Minimalist fitness tracker inspired by FitNotes.
https://github.com/makischristou/verifit

android android-app android-application bodybuilding fitness fitness-app fitness-tracker fitnotes gym java jefit tracker weightlifting workout

Last synced: 3 months ago
JSON representation

Minimalist fitness tracker inspired by FitNotes.

Awesome Lists containing this project

README

        

## Verifit

Verifit is a simple minimalist fitness tracker that I made mainly for myself. The UI is heavily inspired by FitNotes. It's purpose is to replace the traditional paper and pencil method for tracking progressive overload. Since I made this with the primary user in mind being myself, it is not fully featured yet, but I do have future plans for adding extra features over time. This is my first attempt so suggestions and code improvements are always welcome.

## Why another fitness tracker?
Verifit stands out as a fitness workout tracker app that prioritizes user freedom and simplicity above all. Unlike its competitors, Verifit is open-source, allowing for community-driven improvements and adaptability. This ad-free app also provides the convenience of both offline usage and the option to host on your own server, ensuring data privacy and control. Moreover, Verifit's online account and seamless export/import of workout data enable smooth transitions between different usage modes. At its core, Verifit is committed to simplicity, with a clean design that focuses on performing a single task exceptionally well, rather than juggling multiple features.

[Download from Google Play](https://play.google.com/store/apps/details?id=com.whatever.verifit)

[Download from Izzy Droid](https://apt.izzysoft.de/fdroid/index/apk/com.whatever.verifit)

## Features
* Exercise tracking
* Create custom exercises
* Create exercise comments
* Edit, delete exercises
* Free online account option.
* Import & export from/to phone storage
* Import & export from/to webdav server
* Automatic backups to webdav server
* Basic analysis of workout data
* Visualization of workout data
* Volume, actual 1RM, estimated 1RM, and other stats tracking
* Includes simple rest timer

## Planned features
* Dark Mode
* More detailed stats (e.g. customized per exercise graphs)
* ~~Free Online Accounts~~

## Screenshots

## Libraries Used
* [MPAndroid Chart](https://github.com/PhilJay/MPAndroidChart) for displaying charts
* [Sardine](https://github.com/lookfirst/sardine) for webdav requests
* [Gson](https://github.com/google/gson) for Json parsing and serialization

## Setting up a webdav server
```bash
sudo apt install docker
docker run -d -p 80:80 -v /data/webdav:/var/lib/dav -e USERNAME=user -e PASSWORD=password bytemark/webdav
```

## Donations
### Donate with Monero

42uCPZuxsSS3FNNx6RMDAMVmHVwYBfg3JVMuPKMwadeEfwyykFLkwAH8j4B12ziU7PBCMjLwpPbbDgBw45N4wMpsM3Dy7is

### Donate with Paypal
[Donate with paypal](https://www.paypal.com/donate/?hosted_button_id=YFZX88G8XDSN4)