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.
You can access the BMI calculator online clicking here.
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.
To use the calculator, please input your height in meters and weight in kilograms.
- 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.
This calculator was developed as part of a personal project to practice HTML, CSS, and JavaScript skills.
Made by Renan Souza Silva.