- IMC Calculation and Classification
- Enter your height and weight and check how urgently you should start going to the gym
- For adults, teens and kids
- Different classifications based on population metrics according to age and sex
- Dark/Light mode
- Cross platform
- Language: Portuguese (PT-BR)
To install this application, you'll first need to have the following installed on your machine:
After that, run from your command line:
# Clone this repository
$ git clone https://github.com/juhachmann/another_imc_calculator
# Go into the repository
$ cd another_imc_calculator
# Run the app
$ mvn javafx:run
Or open and run from your favorite Java IDE
Metrics for IMC classification for kids and early teens:
This software uses the following Open Source packages:
Developed as a introduction to JavaFX and an exercise to apply design patterns and SOLID with Java
Discipline: Object-Oriented Programming / CTDS / IFSC / 2024.1