Youtube Clone Demo
- YouTube clone built using React and Material UI.
- Integrates with RapidAPI for accessing the YouTube API.
- Search bar to find videos.
- Display of video thumbnails and titles.
- React.js
- RapidAPI
- Material UI
1- Clone this repo
2- Install the dependencies and devDependencies and start the application.
$ cd youtube-clone
$ npm install
$ npm run start