This project is a frontend clone of YouTube built using ReactJS, Tailwind CSS, React Router DOM, and Redux Toolkit. It aims to provide a familiar user interface similar to YouTube, allowing users to browse videos, search for content, and view video details.
- Video browsing: Users can browse through a list of videos displayed on the home page.
- Search functionality: The application enables users to search for videos based on keywords.
- Video playback: Users can click on a video thumbnail to view the video playback.
- Scalable architecture: Redux Toolkit is utilized to manage application state, ensuring scalability and maintainability as the project grows.
- ReactJS: A JavaScript library for building user interfaces.
- Tailwind CSS: A utility-first CSS framework for quickly building custom designs.
- React Router DOM: Declarative routing for React applications, enabling navigation between different components.
- Redux Toolkit: A package that provides utilities for simplifying Redux development, including creating slices, managing state, and writing immutable update logic.
- Clone the repository:
git clone https://github.com/utpalkumar567/youtube-clone.git
- Navigate to the project directory:
cd youtube-clone
- Install dependencies:
npm install
- Start the development server:
npm start
- Open your browser and visit
http://localhost:3000
to view the application.
- Upon launching the application, you will be presented with the home page featuring a list of videos.
- Use the search bar to search for specific videos based on keywords.
- Click on a video thumbnail to view the video playback.
- Navigate through different pages using the navigation links.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/improvement
). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature/improvement
). - Create a new Pull Request.
This project is licensed under the MIT License.
Special thanks to the creators of ReactJS, Tailwind CSS, React Router DOM, and Redux Toolkit for providing the tools necessary to build this project.