Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanyamjain04/youtube-clone
A youtube clone build with features like Search videos, channels and play vidoes.
https://github.com/sanyamjain04/youtube-clone
rapidapi react-hooks react-router reactjs tailwind
Last synced: about 5 hours ago
JSON representation
A youtube clone build with features like Search videos, channels and play vidoes.
- Host: GitHub
- URL: https://github.com/sanyamjain04/youtube-clone
- Owner: sanyamjain04
- Created: 2022-09-01T14:34:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-06T01:48:43.000Z (about 2 years ago)
- Last Synced: 2023-03-09T05:31:16.037Z (over 1 year ago)
- Topics: rapidapi, react-hooks, react-router, reactjs, tailwind
- Language: JavaScript
- Homepage: https://sanyam-youtube.netlify.app/
- Size: 256 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A Responsive youtube clone build with features like Search videos, channels and play vidoes.
### [Preview](https://sanyam-youtube.netlify.app)
![image](https://user-images.githubusercontent.com/107163858/188272686-27579607-9779-4b01-bcd9-65543b00f03e.png)### Features
- one click category search
- search videos and channel on youtube
- play videos#### Technologies I have used
- ReactJS
- TailwindCSS#### Learned about these things while building this Project
- react-router-dom
- react-hooks like useState, useEffect, useNavigate, useParams
- getting data from api and destructure it## Desktop ScreenShots
- Search Page
![image](https://user-images.githubusercontent.com/107163858/188273273-9a05233f-da55-4602-a958-68f8625e9e46.png)
- Channel page
![image](https://user-images.githubusercontent.com/107163858/188273345-e41355cd-100c-452b-b7ef-dc63240e282b.png)
- Video Page
![image](https://user-images.githubusercontent.com/107163858/188273367-2e8fd193-97e7-414b-b91c-a7a522e5346e.png)## Mobile Screenshots
|Home Page|Search Page|Channel Page|Video Page|
|------------|---------------|-----------|------------|
|![2f26296c-89a5-4ec1-b990-c6f5bf0e0454](https://user-images.githubusercontent.com/107163858/188273711-bcf65c59-a0e6-4401-bf33-b65a07b8227a.jpg)|![1d8f1b12-358a-4660-a818-d0f803dbf446](https://user-images.githubusercontent.com/107163858/188273724-171ffee5-28ee-4da3-86c1-04424554d75d.jpg)|![2ea4abee-f12d-4c6f-8ba2-a14b6f233608](https://user-images.githubusercontent.com/107163858/188273729-1e0f2c11-13d4-4ed6-b9ef-b1bbd03fe340.jpg)|![e3d574b2-1421-411f-bb7b-84948f0552ad](https://user-images.githubusercontent.com/107163858/188273733-4507c5c0-fe56-4ffa-b14d-d8fbc54ca4f4.jpg)# Getting Started with Create React App
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Available Scripts
In the project directory, you can run:
### `yarn start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.The page will reload when you make changes.\
You may also see any lint errors in the console.### `yarn test`
Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.### `yarn build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.