Created a Youtube Clone that only focuses on learning and studying. There are no distractions such as reels and entertainment videos.
Clone the project
git clone https://github.com/PratyushaKumarKar/FocusTube.git
Go to the project directory
cd FocusTube
Install dependencies
npm install
Add your API key in .env file at root directory from
https://rapidapi.com/ytdlfree/api/youtube-v31
Create .env file
REACT_APP_API_KEY='your API key'
Start the server
npm start