This is a YouTube clone project built with React and Material UI. It follows the code-along tutorial from the JavaScript Mastery channel on YouTube. The application replicates some basic functionalities of YouTube, allowing users to search and watch videos.
- Clone the repository:
git clone https://github.com/ariyannandi/react-youtube-clone.git
- Navigate to the project directory:
cd react-youtube-clone
- Install dependencies:
npm install
To start the development server, run: npm start
Visit http://localhost:3000
in your web browser to access the application.
- React
- Material UI
Thanks to JavaScript Mastery for the excellent tutorial that inspired this project. You can find the original tutorial here.
For any questions or feedback, you can reach out to me at [email protected].