This project is a YouTube clone built using React, TypeScript, and Tailwind CSS. It mimics the core functionality of YouTube, including video search, playback, and a responsive design. The project utilizes the YouTube Data API to fetch and display videos, providing a seamless and interactive user experience.
- Home Page: Displays a list of videos fetched from the YouTube Data API.
- Search Functionality: Allows users to search for videos and view the results.
- Watch Page: Enables users to watch individual videos.
- Responsive Design: Ensures a great user experience on both desktop and mobile devices.
- Sidebar Navigation: Provides easy access to different sections of the app.
- React: For building the user interface.
- TypeScript: For type safety and enhanced development experience.
- Tailwind CSS: For styling and responsive design.
- Axios: For making HTTP requests to the YouTube Data API.
- React Router: For routing and navigation within the app.
- Clone the repository:
git clone https://github.com/your-username/youtube-clone.git
cd youtube-clone
- Install dependencies:
npm install
- Add your YouTube Data API key in the api.ts file:
const API_KEY = "YOUR_API_KEY_HERE";
- Start the development server:
npm start
Navigate to the home page to view the list of videos. Use the search bar to find specific videos. Click on a video to watch it on the watch page.
Contributions are welcome! Please fork the repository and submit a pull request for any enhancements or bug fixes.