Welcome to the BMI Calculator project! This simple web application allows users to calculate their Body Mass Index (BMI) quickly and easily. BMI, or Body Mass Index, is a measure of body fat based on height and weight that applies to adult men and women. It is a simple calculation that helps assess whether an individual has a healthy body weight for their height.
- Simple and intuitive interface.
- Real-time BMI calculation.
- Dark mode toggle for user preference.
- Links to Discord, Ko-fi, and GitHub for support and contributions.
- Visit the BMI Calculator website.
- Fill in the required information:
- Age: Enter your age in years.
- Height: Input your height, choosing either centimeters (cm) or inches (in) from the dropdown menu.
- Weight: Enter your weight, selecting either kilograms (kg) or pounds (lb) from the dropdown menu.
- Gender: Select your gender by clicking the respective icon.
- Click on the "Calculate your BMI" button to see your BMI result.
The BMI result is categorized into three main groups:
- Underweight: BMI below 17.1
- Normal: BMI between 17.1 and 23.2
- Overweight: BMI above 23.2
Your BMI value will be displayed along with the corresponding BMI category. Additionally, a message will provide personalized advice based on your gender and BMI category, whether it's suggesting gaining weight, maintaining a healthy weight, or considering weight loss.
If you'd like to contribute to this project, please fork the repository and create a pull request.
This project is licensed under the MIT License.