The live working address :- live
BMI Calculators 🏋️♀️🤯
Enter height & weight 📊, get BMI & classification 📝: underweight, overweight, obese 🤕! 🏃♀️💪 A simple BMI calculator built with HTML, CSS, and JavaScript. 🏋️♀️
- Calculate your BMI based on your weight and height
- User-friendly interface with input fields for weight and height
- Displays BMI results with a simple and easy-to-understand format
- Open the
index.html
file in your web browser - Enter your weight in kilograms (KG) and height in centimeters (CM) in the input fields
- Click the "Calculate BMI" button
- Your BMI results will appear below the input fields
- Built with HTML5, CSS3, and JavaScript
- Uses the Open Sans font from Google Fonts
- Responsive design for a smooth user experience on desktop and mobile devices
index.html
: The main HTML file for the projectmain.js
: The JavaScript file that handles the BMI calculation and updates the UIstyle.css
: The CSS file that styles the UI components
This project is licensed under the MIT License. See LICENSE
for details.
Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request.