-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,27 @@ | ||
# Calculadora-de-IMC | ||
Criação de uma calculadora de IMC desenvolvida em javascript<br/> | ||
---Creation of a BMI calculator coded in JavaScript<br/> | ||
# 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 [by clicking here](https://renansouz.github.io/Calculadora-de-IMC/). | ||
|
||
## 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. | ||
|
||
## 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](https://www.linkedin.com/in/renansilvadev/) |