This project is a clone of YouTube, built using Next.js and styled with Tailwind CSS.
- Responsive design that looks good on all screen sizes
- Video grid to display videos
- App bar with search functionality
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/Apocalypse3007/youtubeclone-tailwind.git- Navigate into the project directory:
cd youtubeclone-tailwind- Install the dependencies:
npm install- Start the development server:
npm run devNow you can open your browser and visit http://localhost:3000 to see the project running.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
You can customize this README to better fit your project. For example, you might want to add screenshots, a list of technologies used, or more detailed installation instructions.