diff --git a/Calculators/Website-Bandwidth-Calculator/README.md b/Calculators/Website-Bandwidth-Calculator/README.md
new file mode 100644
index 000000000..2fd510cf7
--- /dev/null
+++ b/Calculators/Website-Bandwidth-Calculator/README.md
@@ -0,0 +1,22 @@
+#
Website Bandwidth Estimator
+
+This is a simple website calculator that estimates the bandwidth needs of a website based on three factors:
+
+#### Page Views: The total number of times your website is loaded in a given period.
+#### Average Page Size: The average size of a webpage on your website in megabytes (MB).
+#### Page Views Per Visitor: The average number of pages a visitor views on your website during a single visit (also known as redundancy factor).
+
+## Tech Stacks :-
+
+- HTML
+- CSS
+- JavaScript
+
+### Note:
+
+> This is a basic estimation tool and may not reflect the exact bandwidth requirements of your website.
+Other factors, such as the use of multimedia content and traffic patterns, can also affect bandwidth usage.
+
+## Screenshots :-
+
+![image](https://github.com/Rakesh9100/CalcDiverse/assets/146326636/02d4e968-1d60-4fad-894b-d515dd9118b3)
diff --git a/Calculators/Website-Bandwidth-Calculator/index.html b/Calculators/Website-Bandwidth-Calculator/index.html
new file mode 100644
index 000000000..04e55d5ff
--- /dev/null
+++ b/Calculators/Website-Bandwidth-Calculator/index.html
@@ -0,0 +1,32 @@
+
+
+
+
+ Website Bandwidth Estimator
+
+
+
+
+