Skip to content

Commit 254a374

Browse files
authored
Merge pull request #193 from mrkc2303/youtube
Youtube UI Clone
2 parents 3004b70 + b118ba3 commit 254a374

File tree

7 files changed

+1377
-0
lines changed

7 files changed

+1377
-0
lines changed

Index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@
6262
| [Double Vertical Slider](https://github.com/Ayushparikh-code/Web-dev-mini-projects/tree/main/Double-Vertical-Slider) | This App helps to Slide the two different parts of the webpage content at the same time . |
6363
| [Basic Contact Form](https://github.com/Ayushparikh-code/Web-dev-mini-projects/tree/main/Basic-Contact-Form) | A basic contact form having send and reset button. |
6464
| [Compound Interest Calculator](https://github.com/Ayushparikh-code/Web-dev-mini-projects/tree/main/Compound%20Interest%20Calculator) | A basic gradient Background Generator which allows you to create a background by selecting your required colors. This will make up a gradient mix and provide you the code line so that you can use it in your Website |
65+
66+
| [Youtube UI Clone](https://github.com/Ayushparikh-code/Web-dev-mini-projects/tree/main/Youtube-Clone) | A project which aims to clone YouTube UI with responsiveness by using HTML & CSS. |
67+
6568
| [Blog Application](https://github.com/khushi-purwar/Web-dev-mini-projects/tree/main/Blog%20Application) | Blog Application is an application where user can add a new blog, edit it, delete it as well as view other blogs and make changes in them. |
6669
| [Typing Speed Test Website](https://github.com/khushi-purwar/Web-dev-mini-projects/tree/main/Typing%20Speed%20Test%20Website) | This website is used to check the typing speed of the user. It will the give the information of how many seconds require for typing the particular sentence. |
6770
| [Breaking Bad Characters](https://github.com/khushi-purwar/Web-dev-mini-projects/tree/main/breaking-bad-characters) | A single page web application that uses the breaking bad API to display and filter characters from the show |
71+

Youtube-Clone/README.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<h1 id="youtube-ui-clone">Youtube UI Clone using HTML and CSS</h1>
2+
3+
<p>A project which aims to clone YouTube UI with responsiveness by using HTML & CSS. </p>
4+
<br>
5+
6+
<h2 id="tech-stack-used">Tech Stack Used</h2>
7+
<br>
8+
9+
<p><img src="https://img.shields.io/badge/html5%20-%23E34F26.svg?&style=for-the-badge&logo=html5&logoColor=white" alt="HTML">
10+
<img src="https://img.shields.io/badge/css3%20-%231572B6.svg?&style=for-the-badge&logo=css3&logoColor=white" alt="CSS">
11+
12+
<h2 id="how-to-use">How to use:</h2>
13+
<br>
14+
15+
<ul>
16+
<li>Download or clone the repository</li>
17+
<pre><code>
18+
git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects.git
19+
</code></pre>
20+
21+
<li>Go to the directory</li>
22+
<li>Run the index.html file in your browser</li>
23+
<li>Start Playing around the page<br></li>
24+
</ul>
25+
26+
<h2 id="use-of-the-project">Use of the Project</h2>
27+
28+
<p>
29+
By making this project, your skills will be enhanced and specially for CSS. This single project uses Flexbox, CSS Grid, Media Queries, etc. These are consider one of the most important concepts of CSS and these skills will be better after making this mini project.
30+
31+
P.S. JavaScript will be added to this in Future updates!!
32+
</p>
33+
<br><br>
34+
35+
<p>
36+
<img src="https://user-images.githubusercontent.com/67221487/125255480-1ae78480-e319-11eb-8b96-5cf57bd1e929.PNG" alt="image">
37+
<br><br>
38+
<img src="https://user-images.githubusercontent.com/67221487/125257286-e4ab0480-e31a-11eb-8fda-b468eea097ae.PNG" alt="image">
39+
</p>
1.52 KB
Loading
50.7 KB
Loading
32.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)