diff --git a/Calculators/Plant-Watering-Calculator/README.md b/Calculators/Plant-Watering-Calculator/README.md
new file mode 100644
index 000000000..8812e893b
--- /dev/null
+++ b/Calculators/Plant-Watering-Calculator/README.md
@@ -0,0 +1,34 @@
+#
Plant Watering Calculator
+
+## Description :-
+
+The Plant Watering Calculator is a web application that helps you calculate the amount of water needed for your plants based on the plant type, size, soil type, and sunlight exposure.
+
+## Tech Stacks :-
+
+- HTML
+- CSS
+- JavaScript
+
+## Features :-
+
+- Select the type of your plant (Succulents, Ferns, Flowering Plants, Vegetables).
+- Enter the size of your plant in cm.
+- Select the type of soil (Sandy, Loamy, Clay).
+- Enter the sunlight exposure in hours.
+- Perform the calculation and display the result in ml.
+
+## Example :-
+
+To find the amount of water needed for a Tomato plant:
+1. Select "Vegetables" from the plant type dropdown menu.
+2. Enter the size of the plant, for example, 60 cm (average size of a fully grown Tomato plant).
+3. Select "Loamy" from the soil type dropdown menu (Tomato plants prefer well-draining loamy soil).
+4. Enter the sunlight exposure, for example, 8 hours (Tomato plants need at least 8 hours of sunlight per day).
+5. Click "Calculate" to get the amount of water needed in ml.
+
+## Screenshots :-
+
+![image](https://github.com/Rakesh9100/CalcDiverse/assets/73993775/03787a4d-ac36-4846-85af-6653fc31a410)
+
+![image](https://github.com/Rakesh9100/CalcDiverse/assets/73993775/4953cd64-98f9-4c3f-bf8a-8b891e43f594)
diff --git a/Calculators/Plant-Watering-Calculator/assets/background.jpg b/Calculators/Plant-Watering-Calculator/assets/background.jpg
new file mode 100644
index 000000000..efacd6993
Binary files /dev/null and b/Calculators/Plant-Watering-Calculator/assets/background.jpg differ
diff --git a/Calculators/Plant-Watering-Calculator/index.html b/Calculators/Plant-Watering-Calculator/index.html
new file mode 100644
index 000000000..e7728a1ba
--- /dev/null
+++ b/Calculators/Plant-Watering-Calculator/index.html
@@ -0,0 +1,50 @@
+
+
+
+
+
+ Plant Watering Calculator
+
+
+
+
Plant Watering Calculator
+
+
+
+
Plant Types
+
+
Succulents: These are plants with thick, fleshy parts that are adapted to store water. Examples include cacti and aloe.
+
Ferns: These are non-flowering plants that reproduce via spores. They typically prefer shady, moist environments.
+
Flowering Plants: These are plants that produce flowers as part of their reproductive process. Examples include roses and daisies.
+
Vegetables: These are plants where the leaves, roots, stems, flowers, or seeds are edible. Examples include tomatoes and lettuce.
+
+
+
Soil Types
+
+
Sandy: This type of soil has large particles and doesn't hold onto water well. It's good for plants that need well-draining soil.
+
Loamy: This type of soil is a balanced mix of sand, silt, and clay. It's ideal for most plants because it holds moisture but also drains well.
+
Clay: This type of soil has very small particles and holds onto water for a long time. It's good for plants that need a lot of water, but it can be problematic if it gets waterlogged.