An open API service indexing awesome lists of open source software.

https://github.com/pathanin-kht/BMICalculator

BMI Calculator web app
https://github.com/pathanin-kht/BMICalculator

bmi-calculator github-pages website

Last synced: 9 months ago
JSON representation

BMI Calculator web app

Awesome Lists containing this project

README

          

# [BMI Calculator v1.0.0](https://pathanin-kht.github.io/BMI-Calculator-Web/)

## Overviews
A simple and user-friendly **BMI Calculator** web application that helps you calculate your Body Mass Index (BMI) based on weight and height. The application provides real-time results and categorizes your BMI into different health ranges.

## Features
- Calculates BMI based on weight and height.
- Supports both kilograms (kg) and pounds (lb) for weight.
- Supports both centimeters (cm) and inches (in) for height.
- Categorizes the BMI result into the following ranges:
- Underweight: BMI < 18.5
- Normal weight: BMI 18.5 - 24.9
- Overweight: BMI 25.0 - 29.9
- Obesity: BMI ≥ 30.0
- Clear Data: Allows you to reset the input and output fields to start fresh.
## How to Use
1. Select your preferred unit for weight (kg or lb).
2. Select your preferred unit for height (cm or in).
3. Enter your weight in the selected unit.
4. Enter your height in the selected unit.
5. Click the "Calculate BMI" button.
6. The result will display your BMI value and its corresponding health category.

## License
This project is licensed under the [MIT License](LICENSE) - see the LICENSE file for details.

## Contact
For feedback or inquiries, feel free to reach out via [pathanin.kht@gmail.com](pathanin.kht@gmail.com).