This project is a simple static clone of YouTube, aiming to replicate the basic functionality and appearance of the popular video-sharing platform. It allows users to view a list of videos, click on a video to watch it, and interact with basic playback controls.
- Video Listing: Users can see a list of available videos on the main page.
- Video Playback: Clicking on a video thumbnail opens a modal or a separate page where users can watch the selected video.
- Basic Playback Controls: Users can play, pause, seek, and adjust volume while watching a video.
- Responsive Design: The application is designed to be responsive, ensuring compatibility across various devices and screen sizes.
- HTML5
- CSS3
-
Clone the repository to your local machine:
git clone https://github.com/your-username/youtube-clone.git
-
Navigate into the project directory:
cd youtube-clone
-
Open the
index.html
file in your web browser.
- Upon opening the
index.html
file, you will be presented with a list of available videos. - Click on any video thumbnail to watch the video.
- While watching a video, use the playback controls (play, pause, seek, volume) as needed.
This project was created by Suresh Kumar G. It is a static clone and does not include any actual YouTube functionality. The videos used are for demonstration purposes only.
This project is licensed under the MIT License.
This project is not affiliated with or endorsed by YouTube. It is intended for educational and demonstration purposes only.