This project is a basic YouTube.com clone created using HTML and CSS.
It replicates the layout and structure of YouTube's homepage, focusing on UI components such as the header, sidebar, and video grid.
- Fully responsive header with search bar, voice search, and icons.
- Sidebar navigation with Home, Explore, Subscriptions, and more.
- Video grid displaying video thumbnails, titles, channels, and view counts.
- Tooltips for icons when hovered.
- Organized and modular CSS styling for easy maintenance.
- Realistic layout similar to YouTube's desktop design.
- HTML
- CSS
- Google Fonts (Roboto)
- Icons and images to simulate YouTube UI elements
- Clone the repository:
git clone https://github.com/your-username/YouTube-Clone.git
- Make sure all the required assets (CSS files, images, icons) are placed properly.
- Open the
youtube.htmlfile in your web browser.
📢 Note: This project is frontend-only and does not have video playing functionality or real backend/API integration.
- Add responsiveness for mobile and tablet screens.
- Implement JavaScript for dynamic interactions.
- Dark mode toggle.
- Add video play functionality.
Contributions are welcome! If you find any bugs or have suggestions, feel free to open an issue or submit a pull request.