Skip to content

Commit

Permalink
YouTube Clone
Browse files Browse the repository at this point in the history
  • Loading branch information
msaini28r committed Feb 8, 2023
0 parents commit ebd7281
Show file tree
Hide file tree
Showing 33 changed files with 29,542 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
REACT_APP_RAPID_API_KEY=KJwZZIJSFimshuivMSVGaiYzkRomp15f2vKjsnK4bKzuUzVLzA
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
REACT_APP_RAPID_API_KEY = <KEY>
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
3 changes: 3 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"printWidth": 100
}
45 changes: 45 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Youtube Clone Application 📷🎦

## you can check this repository by clicking here<a href="https://coruscating-scone-bf8b06.netlify.app"> - Link</a>

<!--
<hr>
### Steps to Start the App
#### 1) Clone this repository
#### 2) Run this repository by typing " npm start " in terminal.
<hr>
## Preview ✅
<table style="border:1px solid;">
<!-- <tr >
<th style="text-align: center; border:1px solid;"> Preview </th>
</tr> -->
<tr >
<p align="center"; style="text-align: center; border:1px solid;padding:1em;">
<img width="100%" src="assets/preview.gif">
</p>
</tr>
</table>
<hr>

<h1 align="center">⚡Connect with me⚡</h1>

<p align="center">
<a href="https://www.linkedin.com/in/msaini0r/">
<img src="https://img.shields.io/badge/Linkedin-2088FF?&style=for-the-badge&logo=linkedin&logoColor=white" />
</a>
<a href="https://twitter.com/msaini0r">
<img src="https://img.shields.io/badge/Twitter-00cbe6?style=for-the-badge&logo=twitter&logoColor=white" />
</a>
<a href="mailto:[email protected]">
<img src="https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white" />
</a>
<a href="https://leetcode.com/msaini1r/">
<img src="https://img.shields.io/badge/-LeetCode-E34F26?style=for-the-badge&logo=LeetCode&logoColor=black" />
</a>
</p>
Binary file added assets/preview.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ebd7281

Please sign in to comment.