Skip to content

Lebbo-101/bmi-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

BMI Calculator 🏋️‍♂️

Welcome to the BMI Calculator repository! This project offers a simple and user-friendly tool to calculate Body Mass Index (BMI) using HTML, Bootstrap, and JavaScript. You can find the latest releases here.

BMI Calculator

Table of Contents

Introduction

The BMI Calculator helps users determine their body mass index based on height and weight. It provides instant feedback and is designed to be responsive and easy to use. Whether you are a fitness enthusiast or just curious about your BMI, this tool is for you.

Features

  • Simple Interface: The design is clean and intuitive.
  • Responsive Design: Works well on both desktop and mobile devices.
  • Real-time Calculation: As you input your height and weight, the BMI is calculated instantly.
  • Bootstrap Integration: Utilizes Bootstrap for a modern look and feel.
  • JavaScript Functionality: All calculations are done using vanilla JavaScript.

Technologies Used

This project uses the following technologies:

  • HTML: For the structure of the web page.
  • Bootstrap 5: For responsive design and styling.
  • JavaScript: For the logic and functionality of the calculator.

Installation

To set up the BMI Calculator on your local machine, follow these steps:

  1. Clone the Repository: Use the following command to clone the repository to your local machine:

    git clone https://github.com/Lebbo-101/bmi-calculator.git
  2. Navigate to the Project Directory:

    cd bmi-calculator
  3. Open the HTML File: Open index.html in your preferred web browser.

You can also download the latest version from the Releases section and execute the file directly.

Usage

Using the BMI Calculator is straightforward:

  1. Open the index.html file in your browser.
  2. Enter your height in centimeters and weight in kilograms.
  3. Click the "Calculate" button.
  4. Your BMI will be displayed instantly along with a brief interpretation of the result.

Example

  • Height: 170 cm
  • Weight: 70 kg
  • BMI Result: 24.2 (Normal weight)

Contributing

We welcome contributions! If you want to help improve the BMI Calculator, 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.
  4. Push to your branch.
  5. Open a pull request.

Please ensure your code adheres to the project's coding standards and includes relevant tests.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For questions or suggestions, feel free to reach out:


Thank you for checking out the BMI Calculator! We hope you find it useful. For the latest updates and releases, please visit the Releases section.