Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1.18 KB

README.md

File metadata and controls

35 lines (19 loc) · 1.18 KB

Body Mass Index (BMI) Calculator

This is a simple Body Mass Index (BMI) calculator made with HTML, CSS, and JavaScript. BMI is a measure that indicates whether you are at a healthy weight for your height.

Accessing the Calculator

You can access the BMI calculator online clicking here.

File Structure

  • index.html: Contains the HTML structure of the calculator and links the JavaScript file.
  • styles.css: CSS file for styling the calculator.
  • script.js: JavaScript file that performs the BMI calculations.

Using the Calculator

To use the calculator, please input your height in meters and weight in kilograms.

Resources Used

  • HTML: Markup language for structuring the content.
  • CSS: Used for styling the calculator interface.
  • JavaScript: Used to perform BMI calculations based on user input values.

Credits

This calculator was developed as part of a personal project to practice HTML, CSS, and JavaScript skills.


Made by Renan Souza Silva.