diff --git a/Calculators/Magic-Number-Calculator/README.md b/Calculators/Magic-Number-Calculator/README.md
new file mode 100644
index 000000000..53b63bd86
--- /dev/null
+++ b/Calculators/Magic-Number-Calculator/README.md
@@ -0,0 +1,26 @@
+#
Magic Number Calculator
+
+## Description :-
+
+The Magic Number Calculator is a web application that allows users to check if a number is a magic number or to find all magic numbers within a given range. A magic number is a number that eventually becomes 1 when the sum of its digits is repeatedly calculated until a single digit is obtained.
+
+## Tech Stacks :-
+
+- HTML
+- CSS
+- JavaScript
+
+## Features :-
+
+- Check if a single number is a magic number.
+- Calculate and display all magic numbers within a given range.
+- User-friendly interface with a drop-down menu for selecting options.
+- Responsive design with a background image and enhanced styling.
+
+## Screenshots :-
+
+![image](https://github.com/Rakesh9100/CalcDiverse/assets/73993775/82d40074-0386-41db-a97b-b619b1226ae8)
+
+![image](https://github.com/Rakesh9100/CalcDiverse/assets/73993775/6db5658f-ab1b-4400-8170-316063e02ba3)
+
+![image](https://github.com/Rakesh9100/CalcDiverse/assets/73993775/017d8e80-ba5c-4fe8-b4ff-464617d29805)
diff --git a/Calculators/Magic-Number-Calculator/assets/background.webp b/Calculators/Magic-Number-Calculator/assets/background.webp
new file mode 100644
index 000000000..d29e5b17d
Binary files /dev/null and b/Calculators/Magic-Number-Calculator/assets/background.webp differ
diff --git a/Calculators/Magic-Number-Calculator/index.html b/Calculators/Magic-Number-Calculator/index.html
new file mode 100644
index 000000000..30b802751
--- /dev/null
+++ b/Calculators/Magic-Number-Calculator/index.html
@@ -0,0 +1,41 @@
+
+
+
+
+
+
+ Magic Number Calculator
+
+
+