A frontend clone of Netflix built using Tailwind CSS. This project replicates the Netflix user interface with a focus on responsive design and modern UI components. While it's primarily a visual clone, it offers a foundation for further development into a fully functional streaming platform.
- Responsive Design: Optimized for various screen sizes, ensuring a seamless experience across devices.
- Tailwind CSS: Utilizes the power of Tailwind CSS for rapid styling and customization.
- Interactive UI: Includes essential UI components like navigation menus, carousels, and more, replicating the Netflix experience.
- Clean and Modular Code: Organized code structure with reusable components for easy maintenance and scalability.
- HTML5
- Tailwind CSS
-
Clone the repository:
-
Refer to Tailwind Documentation to install tailwind css
-
Open Command Prompt:
npx tailwindcss -i ./src/input.css -o ./src/output.css --watch
-
Note:
Keep the above link running. Don't close the terminal. -
Open the index.html file in your preferred web browser to view the project.