Skip to content

Commit 92953e6

Browse files
committed
Add project description
1 parent a524593 commit 92953e6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,17 @@ In order to run this project you need:
221221
</details>
222222
</li>
223223

224+
<li>
225+
<details>
226+
<summary>BMI Calculator</summary>
227+
<p>The BMI Calculator is a simple web application built using HTML, CSS, and JavaScript. It allows users to easily calculate their Body Mass Index (BMI) by entering their height and weight. The application then computes the BMI and displays the result, helping users understand their body mass relative to their height and weight. This project is beginner-friendly and provides a practical example of using basic web development skills to create a functional tool.</p>
228+
<ul>
229+
<li><a href="https://tajulafreen.github.io/50Projects-HTML-CSS-JavaScript/Source-Code/BMICalculator/">Live Demo</a></li>
230+
<li><a href="https://github.com/tajulafreen/50Projects-HTML-CSS-JavaScript/tree/main/Source-Code/BMICalculator">Source</a></li>
231+
</ul>
232+
</details>
233+
</li>
234+
224235
</ol>
225236

226237
<p align="right">(<a href="#readme-top">back to top</a>)</p>

0 commit comments

Comments
 (0)