Skip to content

us-asad/Youtube-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Youtube Clone App

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contact

About The Project

Project Overview

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!

Built With

Getting Started

Prerequisites

  • npm
    npm install npm@latest -g

Installation

  1. Get a free Youtube API Key at https://console.cloud.google.com
  2. Clone the repo
    git clone https://github.com/UAsad99/YouTube-Clone.git
  3. Open Project Folder
    cd Youtube-Clone
  4. Install NPM packages
    npm install
  5. Enter your Youtube Api Key in src/api.js
    const request = axios.create({
       baseURL: "https://youtube.googleapis.com/youtube/v3/",
       params : {
         key: "Your-Youtube-Api-Key" // Paste here your YouTube Api Key
       }
    });
  6. Enter your Firebase Config Object in src/firebase.js
    const firebaseConfig = {
       // Initialize Firebase
    }
  7. Start Project in localhost:3000
    npm start

Usage

See Documentation to understand Youtube Api

Contact

Asad - Telegram - uasad99@gmail.com

Project Link: https://github.com/UAsad99/YouTube-Clone

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors