This project is a simple BMI (Body Mass Index) calculator that allows users to input their height and weight to determine their BMI and weight category. The application provides real-time feedback on the validity of the inputs and displays the calculated BMI along with a message indicating whether the user is underweight, normal weight, or overweight.
- Input fields for height and weight
- Real-time validation of inputs
- Calculation of BMI based on user inputs
- Display of BMI value and corresponding weight category
- HTML
- CSS
- JavaScript
- Clone the repository:
git clone https://github.com/priyakinha/BMI-Generator.git
- Navigate to the project directory: cd BMI-Generator
3.Open index.html in your web browser.