This project is a React-based YouTube interface clone that replicates the core layout and design of the popular video-sharing platform. It is a frontend-only application, focusing on providing users with a familiar YouTube experience for browsing and viewing video content. The interface is designed to be responsive, ensuring a seamless experience on various devices.
The website is deployed live on https://tubeyou-a-youtube-interface-clone.vercel.app/.
Follow these steps to set up the project locally:
- Clone the repository:
git clone https://github.com/SaifAshrafHelmy/TubeYou---Youtube-Clone
- Navigate to the project directory:
cd TubeYou---Youtube-Clone
- Install dependencies:
npm install
- Start the development server:
npm start
- Open your web browser and visit http://localhost:5173
This project focuses on replicating the visual aspects of the YouTube interface without involving any backend functionalities.