diff --git a/Calculators/Special-Number-Calculator/README.md b/Calculators/Special-Number-Calculator/README.md
new file mode 100644
index 000000000..a665fce04
--- /dev/null
+++ b/Calculators/Special-Number-Calculator/README.md
@@ -0,0 +1,29 @@
+#
Special Number Calculator
+
+## Description :-
+
+This Calculator predicts whether the number that is being provided as input by the user is a Special Number or not.
+A "special number" typically refers to a number with unique properties, but the definition can vary. For this example, let's consider a special number to be one whose sum of the factorial of digits equals the number itself.
+For example, 145 is a special number because 1! + 4! + 5! = 145
+
+## Tech Stacks :-
+
+- HTML
+- CSS
+- JavaScript
+
+## Screenshots :-
+
+### On search
+
+![ss-1](https://github.com/Rakesh9100/CalcDiverse/assets/135226069/438728f7-04b0-40f0-9d36-af4caaa6dc86)
+
+### These are the UI for the page, The added background-size and animation properties to create a smooth, animated gradient background that transitions between four different colors.
+
+![ss-2](https://github.com/Rakesh9100/CalcDiverse/assets/135226069/c1545344-30b8-458a-8339-e02605c3dc7b)
+![ss-3](https://github.com/Rakesh9100/CalcDiverse/assets/135226069/80b76b33-4c4d-40f7-910e-72bf6ef35633)
+![ss-4](https://github.com/Rakesh9100/CalcDiverse/assets/135226069/90c362ea-d7fa-422f-9fa3-b9055e3bb5db)
+
+### Sample Output,
+
+![ss-5](https://github.com/Rakesh9100/CalcDiverse/assets/135226069/17e9cd55-5c3d-4b55-a9e2-73abd022519d)
diff --git a/Calculators/Special-Number-Calculator/index.html b/Calculators/Special-Number-Calculator/index.html
new file mode 100644
index 000000000..2c9e2d78d
--- /dev/null
+++ b/Calculators/Special-Number-Calculator/index.html
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+ Special Number Calculator
+
+
+