A Netflix-inspired movie browsing application built with React.
- Browse movies
- Add/remove favorites
- Responsive design
- Local storage for favorites
- React 19
- Vite
- React Router
- CSS
-
Clone the repository:
git clone https://github.com/ddshah878/Netflix-frontend.git
-
Navigate to Frontend folder:
cd Netflix-frontend/Frontend -
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open http://localhost:5173 in your browser
npm run dev- Start development servernpm run build- Build for productionnpm run preview- Preview production build
Frontend/
├── src/
│ ├── Components/ # Reusable components
│ ├── Pages/ # Main pages
│ ├── hooks/ # Custom hooks
│ ├── context/ # React context
│ ├── services/ # API services
│ └── CSS/ # Stylesheets
Dhrumil Shah - @ddshah878