diff --git a/README.md b/README.md
index b4e6945e8..7b349ddb7 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# Web-dev-mini-projects
-The repository contains the list of awesome✨ & cool web development beginner-friendly✌️ projects!
+This repository contains a collection of awesome ✨ and beginner-friendly ✌️ web development projects.
Web-dev-mini-projects
@@ -78,6 +78,31 @@ git push -u origin
**Congratulations!** Sit and relax till we review your PR, you've made your contribution to (https://github.com/Ayushparikh-code/Web-dev-mini-projects) project
+## 📁 Example Project Structure
+
+Each project should follow this structure:
+
+my-project/
+├── index.html
+├── style.css
+├── script.js
+└── README.md
+
+- `index.html` → Main HTML file
+- `style.css` → Styling
+- `script.js` → Functionality
+- `README.md` → Description of your project
+
+## Quick Contribution Steps
+
+1. Fork the repository
+2. Clone your fork
+3. Create a new folder for your project
+4. Add your project files
+5. Commit and push changes
+6. Create a Pull Request
+
+That's it! 🎉
## Our valuable Contributors👩💻👨💻 :
diff --git a/youtube-clone/index.html b/youtube-clone/index.html
index c52204094..f72ca1db4 100644
--- a/youtube-clone/index.html
+++ b/youtube-clone/index.html
@@ -1,26 +1,764 @@
-
-
-
-
-
- YouTube Clone
-
-
-
-
-