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.
- Host: GitHub
- URL: https://github.com/makischristou/verifit
- Owner: MakisChristou
- License: gpl-3.0
- Created: 2020-08-25T10:57:40.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-30T18:21:13.000Z (about 2 years ago)
- Last Synced: 2025-03-15T01:41:34.010Z (3 months ago)
- Topics: android, android-app, android-application, bodybuilding, fitness, fitness-app, fitness-tracker, fitnotes, gym, java, jefit, tracker, weightlifting, workout
- Language: Java
- Homepage:
- Size: 50 MB
- Stars: 68
- Watchers: 2
- Forks: 12
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.[
](https://play.google.com/store/apps/details?id=com.whatever.verifit)
[
](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 Monero42uCPZuxsSS3FNNx6RMDAMVmHVwYBfg3JVMuPKMwadeEfwyykFLkwAH8j4B12ziU7PBCMjLwpPbbDgBw45N4wMpsM3Dy7is
### Donate with Paypal
[](https://www.paypal.com/donate/?hosted_button_id=YFZX88G8XDSN4)