${el.snippet.title}
60 |${el.snippet.channelTitle}
61 |├── images ├── bell.png ├── grid.png ├── home.png ├── logo.png ├── search.png ├── video.png ├── explore.png ├── history.png ├── library.png ├── show more.png ├── liked video.png ├── profile-pic.png ├── search-logo.png ├── watch-later.png ├── your-video.png └── subscription.png ├── componnents ├── redirect.js ├── filter.js └── navbar.js ├── info.html ├── video.html ├── function └── showvideo.js ├── content.html ├── index.html ├── info.css ├── my.js ├── app.js ├── content.js ├── README.md ├── video.css ├── style.css └── video.js /images/bell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shubh2-0/Youtube-Clone/HEAD/images/bell.png -------------------------------------------------------------------------------- /images/grid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shubh2-0/Youtube-Clone/HEAD/images/grid.png -------------------------------------------------------------------------------- /images/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shubh2-0/Youtube-Clone/HEAD/images/home.png -------------------------------------------------------------------------------- /images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shubh2-0/Youtube-Clone/HEAD/images/logo.png -------------------------------------------------------------------------------- /images/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shubh2-0/Youtube-Clone/HEAD/images/search.png -------------------------------------------------------------------------------- /images/video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shubh2-0/Youtube-Clone/HEAD/images/video.png -------------------------------------------------------------------------------- /images/explore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shubh2-0/Youtube-Clone/HEAD/images/explore.png -------------------------------------------------------------------------------- /images/history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shubh2-0/Youtube-Clone/HEAD/images/history.png -------------------------------------------------------------------------------- /images/library.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shubh2-0/Youtube-Clone/HEAD/images/library.png -------------------------------------------------------------------------------- /images/show more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shubh2-0/Youtube-Clone/HEAD/images/show more.png -------------------------------------------------------------------------------- /images/liked video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shubh2-0/Youtube-Clone/HEAD/images/liked video.png -------------------------------------------------------------------------------- /images/profile-pic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shubh2-0/Youtube-Clone/HEAD/images/profile-pic.png -------------------------------------------------------------------------------- /images/search-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shubh2-0/Youtube-Clone/HEAD/images/search-logo.png -------------------------------------------------------------------------------- /images/watch-later.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shubh2-0/Youtube-Clone/HEAD/images/watch-later.png -------------------------------------------------------------------------------- /images/your-video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shubh2-0/Youtube-Clone/HEAD/images/your-video.png -------------------------------------------------------------------------------- /images/subscription.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shubh2-0/Youtube-Clone/HEAD/images/subscription.png -------------------------------------------------------------------------------- /componnents/redirect.js: -------------------------------------------------------------------------------- 1 | 2 | 3 | const jump =()=>{ 4 | 5 | return function redirect(){ 6 | 7 | let search_term=document.getElementById("videoname").value 8 | 9 | localStorage.setItem("search_term",search_term) 10 | 11 | window.location.href="content.html" 12 | 13 | } 14 | 15 | 16 | } 17 | 18 | export default jump 19 | 20 | -------------------------------------------------------------------------------- /info.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 | 7 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | ${el.snippet.channelTitle}
61 |${el.snippet.channelTitle}
94 | //${el.snippet.channelTitle}
41 |${el.snippet.channelTitle}
47 |
8 |
9 |
10 | ## Features
11 |
12 | 🔍 **Video Search**: Users can easily search for videos by entering keywords. The application leverages the power of the Youtube API to fetch relevant search results and display them in a user-friendly manner.
13 |
14 | 📺 **Fullscreen Mode**: Immerse yourself in the world of videos by enjoying them in fullscreen mode. It's like having a mini-cinema right at your fingertips! 🎬
15 |
16 | ⏯️ **Playback Control**: Take charge of your video-watching experience with playback control. Pause and resume videos with ease, allowing you to savor every moment of your favorite content. ⏯️
17 |
18 | ⏩⏪ **Playback Speed**: Want to breeze through a tutorial or slow down a thrilling action scene? No problem! Our playback speed feature lets you adjust the video speed to match your preferences. Speed up or slow down, the choice is yours! ⚡
19 |
20 | ## Tech Stack
21 |
22 | The Youtube Clone project harnesses the power of these amazing technologies:
23 |
24 | | JavaScript | HTML | CSS | Youtube API |
25 | |:--------------:|:--------------:|:--------------:|:--------------:|
26 | | ${display_data.channelTitle}
62 |99.7ksubscribers
63 |${el.snippet.channelTitle}
186 |