
YouTube Clone
This is a YouTube clone built using ReactJS. It allows users to browse and watch videos from YouTube's API. 😉 Cloned by Diyorbek
Features
- Browse and search for videos
- Watch videos with video player
- Display video details such as title, author, views, and published date
- Integration with YouTube API for fetching video data
Technologies Used
- React: A JavaScript library for building user interfaces.
- Axios: A promise-based HTTP client for making API requests.
- Tailwind CSS: A utility-first CSS framework for styling.
- npm: A package manager for managing project dependencies.
Installation
Clone the repository: git clone
Install dependencies: npm install
Set up API keys:
- Rename
.env.example
to .env
and add your YouTube API key. You can take the your Youtube API key from Rapid API after subscribing of course!
- Start the development server: npm start
Author
Created by Diyorbek Juraev.