From b2e1cd6dac5febe34030fd65c1a9c0a071cf1b3a Mon Sep 17 00:00:00 2001
From: afreen shaik
Date: Mon, 22 Jul 2024 17:43:30 +0530
Subject: [PATCH 1/5] Create a boiler plate for project
---
Source-Code/BMICalculator/index.html | 13 +++++++++++++
Source-Code/BMICalculator/script.js | 0
Source-Code/BMICalculator/style.css | 0
3 files changed, 13 insertions(+)
create mode 100644 Source-Code/BMICalculator/index.html
create mode 100644 Source-Code/BMICalculator/script.js
create mode 100644 Source-Code/BMICalculator/style.css
diff --git a/Source-Code/BMICalculator/index.html b/Source-Code/BMICalculator/index.html
new file mode 100644
index 0000000..dfeb8cb
--- /dev/null
+++ b/Source-Code/BMICalculator/index.html
@@ -0,0 +1,13 @@
+
+
+
+
+
+ BMI Calculator
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Source-Code/BMICalculator/script.js b/Source-Code/BMICalculator/script.js
new file mode 100644
index 0000000..e69de29
diff --git a/Source-Code/BMICalculator/style.css b/Source-Code/BMICalculator/style.css
new file mode 100644
index 0000000..e69de29
From d3741b325c95f6f814150c2680dc1795cd0517a8 Mon Sep 17 00:00:00 2001
From: afreen shaik
Date: Mon, 22 Jul 2024 18:54:21 +0530
Subject: [PATCH 2/5] Add table and calculator container
---
Source-Code/BMICalculator/index.html | 57 +++++++++++++++++++++++-----
1 file changed, 48 insertions(+), 9 deletions(-)
diff --git a/Source-Code/BMICalculator/index.html b/Source-Code/BMICalculator/index.html
index dfeb8cb..5e84c84 100644
--- a/Source-Code/BMICalculator/index.html
+++ b/Source-Code/BMICalculator/index.html
@@ -1,13 +1,52 @@
-
-
-
+
+
+
BMI Calculator
-
-
-
-
+
+
+
+
+
+
+
Body Mass Index Calculator
+
Height in cm
+
+
Weight in kg
+
+
+
+
+
+
+
+
+ | BMI |
+ Category |
+
+
+
+
+ | less than 18.5 |
+ Underweight |
+
+
+ | between 18.5 and 24.9 |
+ Ideal |
+
+
+ | between 25 and 29.9 |
+ Overweight |
+
+
+ | over 30 |
+ Obesity |
+
+
+
+
+
-
-
\ No newline at end of file
+
+