diff --git a/Domains/Frontend/MiniProjects/InteractiveCalculator/README.md b/Domains/Frontend/MiniProjects/InteractiveCalculator/README.md
new file mode 100644
index 00000000..bd746912
--- /dev/null
+++ b/Domains/Frontend/MiniProjects/InteractiveCalculator/README.md
@@ -0,0 +1,32 @@
+# ๐งฎ Interactive Calculator
+
+**Contributor:** [Tanmay-Kad](https://github.com/Tanmay-Kad)
+
+---
+
+## ๐ Description
+
+The **Interactive Calculator** is a simple, modern, and responsive web application built using **HTML**, **CSS**, and **JavaScript**.
+It allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division with a clean and intuitive user interface.
+
+This project demonstrates **JavaScript DOM manipulation**, **event handling**, and **UI design skills**, making it an excellent beginner-level frontend project.
+
+---
+
+## ๐ Features
+
+- **Basic Arithmetic Operations:** Perform addition, subtraction, multiplication, division, and percentage calculations.
+- **Clear & Delete Functions:** Quickly clear the screen or delete the last entered digit.
+- **Error Handling:** Displays โErrorโ for invalid inputs.
+- **Responsive UI:** Works seamlessly on desktop and mobile devices.
+- **Stylish Design:** Minimal, dark-themed interface with button hover effects.
+
+---
+
+## ๐ ๏ธ Technologies Used
+
+- **HTML5** โ For webpage structure
+- **CSS3** โ For styling and layout (modern, responsive design)
+- **JavaScript (ES6+)** โ For calculator logic and interactivity
+
+---
\ No newline at end of file
diff --git a/Domains/Frontend/MiniProjects/InteractiveCalculator/index.html b/Domains/Frontend/MiniProjects/InteractiveCalculator/index.html
new file mode 100644
index 00000000..4304a6d4
--- /dev/null
+++ b/Domains/Frontend/MiniProjects/InteractiveCalculator/index.html
@@ -0,0 +1,41 @@
+
+
+