Recreate the Netflix interface using React and level up the styling with Tailwind CSS.
Responsive design, and a sleek Netflix UI.
HTML, CSS, Javascript, React, Tailwind CSS.
Start by cloning this repository to your local machine using git clone <https://github.com/Pramodjena/Netflix-Clone.git
>.
Navigate to the project folder and run npm install to install all necessary dependencies.
Execute npm run dev
to launch the app locally. Open your browser and go to http://localhost:5173.
📁 src: All source code resides here.
📁 components: Reusable React components.
📁 pages: Individual pages of the app.
📄 public/index.html: HTML template.
📄 tailwind.config.js: Tailwind CSS configuration.