diff --git a/E-commerce/Readme.md b/E-commerce/Readme.md
new file mode 100644
index 00000000..5cc45fc2
--- /dev/null
+++ b/E-commerce/Readme.md
@@ -0,0 +1,71 @@
+# Colorful Socks E-commerce Platform
+
+This is a simple e-commerce platform built using **Vanilla JavaScript**, **HTML**, and **CSS**, featuring a collection of colorful socks. The platform allows users to view available socks, add them to a cart, and proceed to checkout. It showcases a clean layout with a grid system and modern styling.
+
+## Table of Contents
+- [Features](#features)
+- [Technologies Used](#technologies-used)
+- [Installation](#installation)
+- [Usage](#usage)
+- [Folder Structure](#folder-structure)
+
+## Features
+- **Product Display**: View colorful socks in a responsive grid format.
+- **Add to Cart**: Select socks to add to the shopping cart.
+- **Cart Management**: See items in the cart and calculate the total price.
+- **Checkout**: Proceed to checkout, displaying a purchase confirmation.
+- **Responsive Design**: Adjusts to different screen sizes.
+
+## Technologies Used
+- **HTML5**
+- **CSS3** (Grid layout, Shadows, Responsive Design)
+- **Vanilla JavaScript**
+
+## Installation
+
+1. Clone the repository:
+ ```bash
+ git clone https://github.com/DhanushNehru/Ultimate-Web-Development-Resources.git
+ ```
+2. Navigate to the project directory:
+ ```bash
+ cd E-commerce
+ ```
+
+3. Ensure the `index.html`, `styles.css`, and `images` folder are in the same directory.
+
+## Usage
+
+1. Open `index.html` in your browser to launch the e-commerce platform.
+
+Here is a screenshot of the homepage:
+
+![Homepage Screenshot](./assets/screenshot-homepage.png)
+
+2. Browse the available socks, and click **Add to Cart** to include them in your shopping cart.
+
+Here is a screenshot of the cart:
+![Cart Screenshot](./assets/screenshot-cart.png)
+
+3. Click **Checkout** to simulate a purchase.
+
+Here is a screenshot of the checkout functionality:
+![Checkout Screenshot](./assets/screenshot-checkout.png)
+
+## Folder Structure
+
+```bash
+.
+├── images/ # Contains product images
+│ ├── red-socks.jpg
+│ ├── blue-socks.jpg
+│ └── green-socks.jpg
+├── socks-ecommerce-platform.html # Main HTML file
+├── socks-ecommerce-styles.css # Main CSS file
+└── README.md # Project documentation
+```
+
+## Feel Free to Connect with Me
+
+You can find me on GitHub: [Areeb Niyas](https://github.com/areebniyas)
+
diff --git a/E-commerce/assets/screenshot-cart.png b/E-commerce/assets/screenshot-cart.png
new file mode 100644
index 00000000..8ddca98c
Binary files /dev/null and b/E-commerce/assets/screenshot-cart.png differ
diff --git a/E-commerce/assets/screenshot-checkout.png b/E-commerce/assets/screenshot-checkout.png
new file mode 100644
index 00000000..e4c378a3
Binary files /dev/null and b/E-commerce/assets/screenshot-checkout.png differ
diff --git a/E-commerce/assets/screenshot-homepage.png b/E-commerce/assets/screenshot-homepage.png
new file mode 100644
index 00000000..346de38c
Binary files /dev/null and b/E-commerce/assets/screenshot-homepage.png differ
diff --git a/E-commerce/images/blue-socks.jpg b/E-commerce/images/blue-socks.jpg
new file mode 100644
index 00000000..78d5d35a
Binary files /dev/null and b/E-commerce/images/blue-socks.jpg differ
diff --git a/E-commerce/images/green-socks.jpg b/E-commerce/images/green-socks.jpg
new file mode 100644
index 00000000..8214952c
Binary files /dev/null and b/E-commerce/images/green-socks.jpg differ
diff --git a/E-commerce/images/red-socks.jpg b/E-commerce/images/red-socks.jpg
new file mode 100644
index 00000000..61911471
Binary files /dev/null and b/E-commerce/images/red-socks.jpg differ
diff --git a/E-commerce/img/cloud.png b/E-commerce/img/cloud.png
deleted file mode 100644
index a1a58a3a..00000000
Binary files a/E-commerce/img/cloud.png and /dev/null differ
diff --git a/E-commerce/index.html b/E-commerce/index.html
deleted file mode 100644
index b498f826..00000000
--- a/E-commerce/index.html
+++ /dev/null
@@ -1,58 +0,0 @@
-
-
-
-