Table of Contents
You can Search Youtube Vidoes, Watch & Share Videos, See Video Comments & Likes Count & Youtube Channel Videos - Subscribers through this Clone App. See Demo and Relax!
- npm
npm install npm@latest -g
- Get a free Youtube API Key at https://console.cloud.google.com
- Clone the repo
git clone https://github.com/UAsad99/YouTube-Clone.git
- Open Project Folder
cd Youtube-Clone - Install NPM packages
npm install
- Enter your Youtube Api Key in
src/api.jsconst request = axios.create({ baseURL: "https://youtube.googleapis.com/youtube/v3/", params : { key: "Your-Youtube-Api-Key" // Paste here your YouTube Api Key } });
- Enter your Firebase Config Object in
src/firebase.jsconst firebaseConfig = { // Initialize Firebase }
- Start Project in localhost:3000
npm start
See Documentation to understand Youtube Api
Asad - Telegram - uasad99@gmail.com
Project Link: https://github.com/UAsad99/YouTube-Clone
