Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.09 KB

README.md

File metadata and controls

25 lines (19 loc) · 1.09 KB

BMI Calculator 🎉

A simple web-based Body Mass Index (BMI) calculator that helps users determine their BMI and the corresponding weight category. This project is designed to be easy to use and visually appealing.

🌐 View the Live Project

You can try the BMI Calculator live by clicking the link below:

🚀 Try the BMI Calculator Now!

##🚀 Features

  • Calculates BMI based on user-provided height and weight.
  • Displays the BMI value and categorizes it (e.g., Underweight, Normal, Overweight, Obesity).
  • Responsive design for a seamless experience on various devices.

🛠 Technologies Used

  • HTML: Structure of the application.
  • CSS: Styling the interface for an intuitive user experience.
  • JavaScript: Logic for BMI calculation and dynamic updates.

📥 Usage

  1. Enter your height and weight in the respective fields.
  2. Click the "Calculate" button.
  3. View your BMI value and category displayed on the screen.

📝 Contributing

Feel free to fork the repository and submit a pull request for improvements or fixes.