This project is a basic frontend demo inspired by the Netflix interface. It aims to help practice modern UI design, understand layout structure, and experiment with fundamental component patterns.
- Netflix-style homepage layout
- Category-based movie/series rows
- Top hero banner section
- Basic responsive design
- Uses static or mock data
- React.js
- Tailwind CSS
- React Router
Clone the repository:
git clone https://github.com/AnarDevStudio/Netflix-Clone.git
cd Netflix-Clone
npm install
npm run dev