Video Streaming like YouTube Explore ↗
This is a video streaming platform built using YouTube API.
- React
- Redux
- Tailwind
- Mock live chat with polling
- Advance search w/ autocomplete using debouncing & caching (Might not work in production due to CORS error with the required API)
- n-level comment section (mock)
- Clone the repository:
git clone git@github.com:Rishabh-Singh-Codes/video-streaming.git
- Navigate to the project directory:
cd video-streaming
- Install the dependencies:
npm install
-
Create .env file & put your YouTube API similar to .env.example
-
Run the development server
npm run start