Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 1.67 KB

README.md

File metadata and controls

51 lines (38 loc) · 1.67 KB

Netflix Clone

A Flutter application that replicates the Netflix user interface and functionality, utilizing the TMDB (The Movie Database) API to fetch and display movie data.

Features

  • Browse popular movies
  • Search for movies
  • View movie details
  • Responsive design for both Android and iOS

Screenshots

Screenshot Screenshot

Screenshot Screenshot

Screenshot Screenshot

Screenshot Screenshot

Requirements

  • Flutter SDK
  • Dart

Setup

  1. Clone the repository:
    git clone https://github.com/AnandhuA/Netflix-.git
    cd Netflix
    
  2. Install dependencies:
    flutter pub get
  3. Run the app:
    flutter run