A React-based video app featuring video search, live chat simulation, and video playback functionality.
- 🎥 Video playback with YouTube player integration
- 🔎 Search page
- 💬 Simulated live chat with random message generation
-
Clone the repository
-
Install dependencies
npm install- Set up environment variables
Get your YouTube Data API key:
- Go to Google Cloud Console
- Create a new project or select an existing one
- Enable the YouTube Data API v3
- Go to Credentials and create an API key
- Copy the API key
- Create a .env file in the root directory.
- Add your API key to the .env file:
REACT_APP_GOOGLE_API_KEY=your_api_key_here
- Start the development server:
npm start

