BMI Calculator is a simple web application that helps users calculate their Body Mass Index (BMI). BMI is a measure of body fat based on an individual's weight and height. This project provides a user-friendly interface for users to input their weight and height, and it calculates and displays their BMI along with a corresponding health category.
A new Flutter Project
-
Easy-to-Use Interface: The web application offers a straightforward and intuitive interface for users to input their weight and height effortlessly.
-
Real-time BMI Calculation: As users enter their weight and height, the BMI is calculated in real-time, providing instant feedback.
-
Health Category Indicator: The calculated BMI is accompanied by a health category, helping users understand where their BMI falls in the spectrum of underweight, normal weight, overweight, or obesity.
Make sure you have the following installed on your system:
- Web browser (Google Chrome, Mozilla Firefox, etc.)
-
Clone the repository:
git clone https://github.com/the-lasya-projects/BMI_Calculator.git
-
Open the
index.htmlfile in your preferred web browser.
-
Open the web application in your browser.
-
Enter your weight in kilograms.
-
Enter your height in meters.
-
Click the "Calculate BMI" button.
-
View your calculated BMI and the corresponding health category.
If you would like to contribute to this project, please follow these steps:
-
Fork the repository.
-
Create a new branch for your feature or bug fix.
git checkout -b feature/your-feature-name
-
Make your changes and commit them.
git commit -m "Add your commit message here" -
Push your changes to your fork.
git push origin feature/your-feature-name
-
Open a pull request to the
mainbranch of the original repository.
This project is licensed under the MIT License - see the LICENSE file for details.
- Thanks to The Lasya Projects for initiating and developing this BMI Calculator.
Feel free to reach out for any questions or suggestions!



