/FocusTube

An app to allow students to focus on various topics while using YouTube and not get distracted

Primary LanguageJavaScript

FocusTube

Created a Youtube Clone that only focuses on learning and studying. There are no distractions such as reels and entertainment videos.

Run Locally

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