Skip to content

Commit 353d5b8

Browse files
Merge pull request #734 from Veeshavanachu/patch-7
Updated the readme.md
2 parents 89cdb8c + 52e4bb6 commit 353d5b8

File tree

1 file changed

+20
-31
lines changed

1 file changed

+20
-31
lines changed

BMI Calculator (JS)/readme.md

+20-31
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,20 @@
1-
<h1>BMI Calculator using JS</h1>
2-
3-
<p>Calculates the Body Mass Index of a person, provided with a BMI chart</p>
4-
5-
### Use of the Project:
6-
7-
<p>User enters values - height in cm and weight in kg and clicks on "calculate" button to obtain BMI value and compares the value in the given BMI chart.</p>
8-
9-
<h3>Used Technologies</h3>
10-
<ul>
11-
<li>HTML5</li>
12-
<li>CSS3</li>
13-
<li>JavaScript</li>
14-
</ul>
15-
16-
#### Steps to Use:
17-
18-
---
19-
20-
- Download or clone the repository
21-
22-
```
23-
git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects.git
24-
```
25-
26-
- Go to the directory
27-
- Run the index.html file
28-
- Start Calculatings!
29-
30-
<h3> Demo </h3>
31-
<img src="https://github.com/ayushseth07/Web-dev-mini-projects/blob/patch/BMI%20Calculator%20(JS)/snap.PNG"/>
1+
# BMI Calculator
2+
3+
## Overview:
4+
The **BMI Calculator** allows users to easily calculate their Body Mass Index (BMI) based on their height and weight. The result is compared against the standard BMI chart to help users assess their health status.
5+
6+
## Features:
7+
- User inputs their **height** in centimeters and **weight** in kilograms.
8+
- A simple click on the **"Calculate"** button computes the BMI value.
9+
- The BMI value is compared to a **BMI chart**, indicating whether the user is underweight, normal weight, overweight, or obese.
10+
11+
## Technologies Used:
12+
- **HTML5**: For structuring the webpage.
13+
- **CSS3**: For styling the page.
14+
- **JavaScript**: For implementing the BMI calculation logic.
15+
16+
## How to Use:
17+
1. **Clone the Repository**:
18+
Download or clone the repository using Git:
19+
```bash
20+
git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects.git

0 commit comments

Comments
 (0)