This project is a clone of the YouTube user interface, created for educational purposes to practice front-end development skills. It replicates the look and feel of YouTube, including key features such as the home page, video player page, and side navigation. This clone is built using HTML, CSS, and JavaScript, with a focus on responsive design and user experience.
Home Page: Displays a grid of video thumbnails similar to YouTube's home page.
Side Navigation: Includes links to different sections like Home, Trending, Subscriptions, and Library.
HTML: Structure of the UI.
CSS: Styling the UI to match YouTube’s appearance.
Flexbox & Grid: For responsive layout design.
To get a local copy up and running, follow these simple steps:
Prerequisites
- A modern web browser
- A code editor (e.g., VSCode)
Installation
- Clone the repository git clone https://github.com/your-username/youtube-ui-clone.git
- Open the project in your code editor
- Open index.html in your web browser to view the YouTube UI clone
Contributions are what make the open source community such an amazing place to be, learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch ("git checkout -b feature/AmazingFeature")
- Commit your Changes ("git commit -m 'Add some AmazingFeature")
- Push to the Branch ("git push origin feature/AmazingFeature")
- Open a Pull Request
Project Link: https://github.com/Pranav-raja/youtube_UI_Clone