AbhisekhNayek / BMI_Calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BMI Calculator πŸ“Š

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

Table of Contents

Introduction πŸš€

Body Mass Index (BMI) is a measure of body fat based on your weight and height. This BMI calculator helps users determine their BMI and provides information about their weight status.

Features ✨

  • Calculate BMI based on user input (weight and height).
  • Display BMI category (underweight, normal weight, overweight, or obesity).
  • Clear and responsive user interface.

Demo πŸŽ₯

Live Demo

Installation πŸ”§

  1. Clone the repository:

    git clone https://github.com/AbhisekhNayek/BMI_Calculator.git
  2. Open the project folder:

    cd bmi-calculator
  3. Open index.html in your preferred web browser.

Usage πŸ–₯️

  1. Enter your weight in kilograms.
  2. Enter your height in meters.
  3. Click the "Calculate BMI" button to see your BMI and weight category.
  4. Click the "Clear" button to reset the form.

Contributing 🀝

If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them with a clear message.
  4. Push your changes to your fork.
  5. Submit a pull request to the original repository.

License πŸ“„

This project is licensed under the MIT License.

About


Languages

Language:CSS 40.6%Language:JavaScript 30.5%Language:HTML 28.9%