https://github.com/typicalam/fasting-tracker-java
Intermittent fasting tracker made with JavaFX
https://github.com/typicalam/fasting-tracker-java
fasting-app java javafx
Last synced: 7 months ago
JSON representation
Intermittent fasting tracker made with JavaFX
- Host: GitHub
- URL: https://github.com/typicalam/fasting-tracker-java
- Owner: TypicalAM
- Created: 2021-05-28T20:44:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-17T08:45:52.000Z (over 4 years ago)
- Last Synced: 2025-04-09T11:48:44.812Z (12 months ago)
- Topics: fasting-app, java, javafx
- Language: Java
- Homepage:
- Size: 9.78 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fasting tracker

## Introduction and purpose
Intermittent fasting is a process where one abstains from eating for certain time periods in hopes of improving heart health and hormone imbalances. This application was made for my cousin to help him better himself with trying this new intermittent fasting method. Since he carried his laptop to school all the time the platform of the application is **Desktop Java**, with embedded database systems the program works out-of-the-box on most systems.
## Capabilities
- **Initial setup**
- Calculation of maintenance calories after input of data like age or weight
- Choosing the fasting type (like 5-2, said to improve gut health or 16-8, which supposedly helps with fat reduction)
- **Home section**
- Seeing the fasting hours as well as the time left in the fasting phase
- **Calendar section**
- Seeing the days that have their data filled in
- Modification of data at will via the interface (for weight and calorie tracking)
- **Exercise and meal sections**
- Addition, removal or modification of different meals and exercises
## Technologies
- **Built using Java**
- Maven
- Embedded Derby JDBC connection
- JavaFX controllers
- Scenebuiler XML layouts
## Product
This is one of the scenes (the meals section covered before) that are included.
