Skip to content

Commit

Permalink
Update README.md with new content
Browse files Browse the repository at this point in the history
  • Loading branch information
renansouz authored Mar 14, 2024
1 parent ccf0b64 commit c4dfeae
Showing 1 changed file with 27 additions and 3 deletions.
30 changes: 27 additions & 3 deletions README.md
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/)

0 comments on commit c4dfeae

Please sign in to comment.