Skip to content

vaibhav-madan-20/Video-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video App

A React-based video app featuring video search, live chat simulation, and video playback functionality.

Screenshots

Home page

Search page

Watch page

Features

  • 🎥 Video playback with YouTube player integration
  • 🔎 Search page
  • 💬 Simulated live chat with random message generation

Getting Started

Installation

  1. Clone the repository

  2. Install dependencies

npm install
  1. Set up environment variables

Get your YouTube Data API key:

  1. Go to Google Cloud Console
  2. Create a new project or select an existing one
  3. Enable the YouTube Data API v3
  4. Go to Credentials and create an API key
  5. Copy the API key
  6. Create a .env file in the root directory.
  7. Add your API key to the .env file:

REACT_APP_GOOGLE_API_KEY=your_api_key_here

  1. Start the development server:
npm start