A simple BMI (Body Mass Index) Calculator built with HTML, CSS, and JavaScript. The calculator allows users to input their weight and height and calculates their BMI. It also provides a visual representation of the BMI value and displays personalized health recommendations based on the calculated BMI category.
Check out the live project here.
- Calculate BMI based on weight and height inputs
- Visual representation of the BMI value
- Personalized health recommendations based on BMI category
- Responsive design for a seamless experience on various devices
- Enter your weight in kilograms (kg) and height in centimeters (cm).
- Click the "Calculate" button to calculate your BMI.
- View the BMI result, visual representation, and health recommendations.
- HTML
- CSS
- JavaScript
This project is licensed under the MIT License.
Contributions, issues, and feature requests are welcome!
- Fork the repository and create your branch:
git checkout -b my-feature-branch
. - Make your changes and test thoroughly.
- Commit your changes:
git commit -m 'Add some feature'
. - Push to your branch:
git push origin my-feature-branch
. - Open a pull request detailing your changes.
Please ensure that your contributions adhere to the following guidelines:
- Follow consistent coding style and naming conventions.
- Keep the codebase clean and well-organized.
- Provide clear and detailed explanations of your changes or additions.
- Test your changes thoroughly to ensure they work as intended.