diff --git a/Domains/Frontend/MiniProjects/BMICalculator/._index.html b/Domains/Frontend/MiniProjects/BMICalculator/._index.html
new file mode 100644
index 00000000..0bc0501a
Binary files /dev/null and b/Domains/Frontend/MiniProjects/BMICalculator/._index.html differ
diff --git a/Domains/Frontend/MiniProjects/BMICalculator/README.md b/Domains/Frontend/MiniProjects/BMICalculator/README.md
new file mode 100644
index 00000000..c40bef11
--- /dev/null
+++ b/Domains/Frontend/MiniProjects/BMICalculator/README.md
@@ -0,0 +1,13 @@
+# BMI Calculator
+**Contributor:** Aaditya-2407
+
+## Description
+A web app that calculates a user's Body Mass Index (BMI) based on their height (cm) and weight (kg).
+
+## Tech Stack
+- HTML
+- CSS
+- JavaScript (Vanilla)
+
+## How to Run
+1. Open the `index.html` file in your web browser.
\ No newline at end of file
diff --git a/Domains/Frontend/MiniProjects/BMICalculator/index.html b/Domains/Frontend/MiniProjects/BMICalculator/index.html
new file mode 100644
index 00000000..9c7017ca
--- /dev/null
+++ b/Domains/Frontend/MiniProjects/BMICalculator/index.html
@@ -0,0 +1,26 @@
+
+
+