BMI Calculator
A simple and responsive web application to calculate Body Mass Index (BMI) using height (in meters) and weight (in kilograms). This project uses HTML, CSS, and JavaScript, with each file separated for clean structure and maintainability.
FEATURES User-friendly interface. Responsive and mobile-friendly layout. Instant BMI calculation with interpretation. Reset button to clear form fields. Validates input to ensure meaningful results.
PREVIEW
TECHNOLOGIES USED
HTML5 – Structure. CSS3 – Styling and layout. Vanilla JavaScript – Logic and interactivity.