Skip to content

Commit 5bd5b73

Browse files
authored
Added details to README.md
1 parent a0ce2f6 commit 5bd5b73

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

bmi-calculator/README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
### BMI Calculator
2+
BMI calculator can be used to calculate body mass index of people.
3+
4+
### Use of the Project:
5+
It can be used in gyms etc to check if a person is overweight or underweight.
6+
7+
### Used Technologies
8+
* HTML5
9+
* CSS3
10+
* JavaScript
11+
12+
13+
#### Steps to Use:
14+
15+
---
16+
17+
- Download or clone the repository
18+
19+
```
20+
git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects.git
21+
```
22+
23+
- Go to the directory
24+
- Run the index.html file
25+
- Start Calculating!!
26+
---
27+
28+
## Screenshots
29+
![Screenshot (35)](https://user-images.githubusercontent.com/69195262/125057793-3d825f00-e0c7-11eb-8a87-a80ecf6603e1.png)

0 commit comments

Comments
 (0)