Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 966 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 966 Bytes

BMI Calculator

This is a simple BMI (Body Mass Index) calculator web application created using HTML, CSS, and JavaScript.

Demo

Check out the live demo: BMI Calculator

Features

  • Calculate BMI based on user input (height and weight).
  • Provides interpretation of the calculated BMI.
  • Responsive design for various screen sizes.

Technologies Used

  • HTML
  • CSS
  • JavaScript

How to Use

  1. Visit the BMI Calculator website.
  2. Enter your height (in meters or feet) and weight (in kilograms or pounds).
  3. Click the "Calculate BMI" button.
  4. View the calculated BMI and interpretation.

Screenshots

Include screenshots of your application in this section to give users a visual representation.

Getting Started

To run this project locally, follow these steps:

  1. Clone the repository:
git clone https://github.com/sahanRanasingha/BMI-Calculator.git