An open API service indexing awesome lists of open source software.

https://github.com/davidoadetayo/youtube-clone

🎥 A static YouTube clone built with HTML, CSS & JS. Features linked video thumbnails, a static search bar & a partially responsive layout.
https://github.com/davidoadetayo/youtube-clone

css-flex css-grid frontend-web html responsive-design static-site ui-clone youtube

Last synced: 10 months ago
JSON representation

🎥 A static YouTube clone built with HTML, CSS & JS. Features linked video thumbnails, a static search bar & a partially responsive layout.

Awesome Lists containing this project

README

          

# YouTube Clone 🎥

This is a static YouTube clone built using **HTML**, **CSS**, and **JavaScript**. It replicates the basic layout and structure of YouTube, including video thumbnails, navigation elements, and a search bar.

---

## 🚀 Features

- 🎬 Linked video thumbnails
- 🔍 Static search bar (UI only, not functional)
- 🖥️ Clean and structured layout inspired by YouTube
- 📱 Partially responsive for different screen sizes

---

## 📸 Preview

![Screenshot of YouTube Clone](./preview.png)

---

## 📁 Project Structure

📂 youtube-clone/
├── 📁 assets/
│ ├── 📁 styles/
│ │ └── style.css
│ │
│ ├── 📁 images/
│ │ ├── 📁 thumbnails/
│ │ ├── 📁 icons/
│ │ └── 📁 channel-logo/
│ │
│ └── 📁 js/
│ └── script.js

├── index.html
├── README.md
├── .hintrc
└── preview.png

---
## 💡 Notes

- This is a **static frontend project** for design and layout practice.
- The search bar is **not functional** and used only for UI purposes.
- The layout is **partially responsive** and may not display correctly on all mobile screens.

---

## 🛠️ Technologies Used

- HTML5
- CSS3
- JS

---

## 📌 To Do

- [ ] Make the layout fully responsive
- [ ] Add real search functionality
- [ ] Improve accessibility and add transitions
- [ ] Refactor CSS for scalability

---

## 📄 License

This project is open-source and available for educational and personal use.

---

## 👨‍💻 Author

**David Adetayo**
Created as part of frontend development learning and practice.