A powerful, animated BMI (Body Mass Index) calculator that shows your health status with stylish effects, alerts, and responsive design.
- HTML5
- CSS3 (Custom Animations)
- JavaScript (Events, Logic, setTimeout)
- Font Awesome
- Audio Alert for Overweight
- Calculates BMI instantly
- Siren sound if BMI is overweight
- Custom slide & flip animations using JavaScript
- Auto clears result after 3–4 seconds
- Fully responsive design
📌 How It Works
addEventListener() listens for form submit
if/else logic checks for valid inputs
setTimeout() auto-resets the result and clears the form
Animation classes (e.g. zoom-in-bottom-up, flip-box-init) are triggered with JS
Audio alert (ding.mp3) plays for overweight condition
/BodySensePro
├── index.html
├── style.css
├── java.js
├── README.md
└── /audio/
└── ding.mp3