Skip to content

YouTube is a feature-rich YouTube clone that replicates the functionalities of the YouTube platform. Built using React and powered by Redux Toolkit for efficient state management, it offers an immersive user experience similar to YouTube.

Notifications You must be signed in to change notification settings

Ankitkumar-tech/Youtube-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

YouTube Clone with React and Redux Toolkit

This project is a YouTube clone built using React and Redux Toolkit. It replicates many of the features you'd find on the YouTube platform.

Project Overview

Technologies Used

  • React: Used as the primary front-end library.
  • Redux Toolkit: For state management.
  • React Router: For routing within the application.
  • Parcel: The bundler used for the project.
  • Babel: As the transcompiler for modern JavaScript.

Project Structure

The project's codebase is organized as follows:

  • src/: This directory contains the source code for the project.

    • components/: Various components used in the project, each documented with comments explaining its functionality.
    • App.js: The main application component.
    • index.js: The entry point of the application.

Getting Started

To run this project locally, follow these steps:

  1. Clone the repository to your local machine.
  2. Navigate to the project directory.
  3. Install the required dependencies using npm install.
  4. Start the development server with npm start.

This will launch the application locally for testing and development.

Functionality of the App

Home Page

Home page

Home Page in Dark Mode

Home page

Toggling Side Bar by Clicking on Toggler

Side Bar Closed

Clicking on Shorts in Side Bar

Shorts Results

Clicking on Music in Side Bar

Music Results

Enabling Infinite Scroll While Scrolled Down

Infinite Scroll in Home Page

Search Suggestions While Entering Data in the Search Bar

Search Suggestions

Search Results Page

Videos List Based on Search Query

Watch Page and Recommendations - When Clicked on a Video

Watch Page Video Details and Recommendations

Live Chat When Clicked on Show Chat

Contributions

We welcome contributions to this project. If you have ideas for improvements or find any issues, please open an issue or submit a pull request.

Google API Key

To obtain a Google API Key for this project, follow these steps:

  1. Go to the Google Developer Console.
  2. Create a new project.
  3. Manage APIs and enable the required APIs for your project.
  4. Create credentials to obtain the API key.

Redux Toolkit

  • Updating Data: To update the data in a Slice of an App store, we dispatch an action using a dispatcher, which, in turn, calls a function to update the slice.

  • Subscribing to Store: We subscribe to the store to get the updated data within no time using useSelector.

About

YouTube is a feature-rich YouTube clone that replicates the functionalities of the YouTube platform. Built using React and powered by Redux Toolkit for efficient state management, it offers an immersive user experience similar to YouTube.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published