Skip to content

ddshah878/Netflix-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Netflix Frontend

A Netflix-inspired movie browsing application built with React.

Features

  • Browse movies
  • Add/remove favorites
  • Responsive design
  • Local storage for favorites

Tech Stack

  • React 19
  • Vite
  • React Router
  • CSS

Getting Started

  1. Clone the repository:

    git clone https://github.com/ddshah878/Netflix-frontend.git
  2. Navigate to Frontend folder:

    cd Netflix-frontend/Frontend
  3. Install dependencies:

    npm install
  4. Start the development server:

    npm run dev
  5. Open http://localhost:5173 in your browser

Scripts

  • npm run dev - Start development server
  • npm run build - Build for production
  • npm run preview - Preview production build

Project Structure

Frontend/
├── src/
│   ├── Components/     # Reusable components
│   ├── Pages/         # Main pages
│   ├── hooks/         # Custom hooks
│   ├── context/       # React context
│   ├── services/      # API services
│   └── CSS/          # Stylesheets

Contact

Dhrumil Shah - @ddshah878

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published