https://profound-crepe-5c79d0.netlify.app/
Responsive and feature-rich YouTube clone web application using React, Material-UI, and integrated with the YouTube API through Rapid API. The project aimed to replicate the core functionalities of the popular video-sharing platform.
- Fork this repository.
- Clone the project using
git clone
command on your local system. - Run
npm install
command in terminal to install all the necessary dependencies. - At last sign-up on Rapid-API platform to get your API key to use YouTube-v3 API for the project YouTube-v3 API link - https://rapidapi.com/ytdlfree/api/youtube-v31/
- Create a .env file in root folder of the project and initialize your API-Key in the VITE_RAPID_API_KEY environment variable.
- At last rum
npm run dev
to start the project.