Skip to content

Ismat-Samadov/BMI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation


Advanced BMI Calculator

Description

This is an Advanced BMI (Body Mass Index) Calculator that allows users to calculate their BMI based on weight and height. The calculator supports both metric (kg, cm) and imperial (lbs, in) units.

Features

  • Input fields for weight and height.
  • Unit selection for metric or imperial.
  • Calculate BMI button.
  • Display of calculated BMI result.

Technologies Used

  • HTML5
  • CSS3
  • JavaScript

How to Use

  1. Clone the repository to your local machine:

    git clone https://github.com/ismat-samadov/bmi-calculator.git
  2. Open the index.html file in a web browser.

  3. Enter your weight and height in the respective input fields.

  4. Select the unit system (metric or imperial) from the dropdown.

  5. Click the "Calculate BMI" button to see the result.

Contributing

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

  1. Fork the repository.

  2. Create a new branch for your feature or bug fix:

    git checkout -b feature-new-feature
  3. Make your changes and commit them:

    git commit -m "Add new feature"
  4. Push your branch to your fork:

    git push origin feature-new-feature
  5. Open a pull request on the original repository.

Acknowledgments