Giter VIP home page Giter VIP logo

netflix-clone's Introduction

Netflix-Clone

This project is a "Netflix Clone" mobile application developed with Swift and UIKit. The app integrates with the The Movie Database (TMDb) API and the YouTube API to provide images, information, and trailers for popular movies and TV shows. It follows the MVVM (Model-View-ViewModel) design pattern, which enhances modularity, testability, and maintainability.

Features

  1. Discover popular movies and TV shows
  2. Detailed information pages for movies and TV shows
  3. Watch trailers of movies and TV shows
  4. Download and view favorite movies and TV shows
  5. See upcoming movies and TV shows
  6. Search functionality to find content

Screenshots

homePage homePage2 upcoming search searching download downloads YoutubeApiInDownloads YoutubeApiInSearch

Requirements

iOS 13.0 or later
Xcode 14.0 or later

Used Libraries

SDWebImage - Used for image downloading and caching.

Data Persistence

CoreData - Used for local data storage and management.

Installation

  1. Clone this repository or download it as a zip.
  2. Install the required dependencies by running pod install in the project directory via the terminal.
  3. Go to The Movie Database (TMDb) API, create an account, and obtain your API key.
  4. Go to the YouTube API and create a project to get your YouTube API key.
  5. Open the Contents.swift file inside the Services folder and replace the empty strings with your actual API keys:
    struct Constants {
    static let API_KEY = "YOUR_TMDB_API_KEY"
    static let baseURL = "https://api.themoviedb.org"
    static let youtubeAPI_KEY = "YOUR_YOUTUBE_API_KEY"
    static let youtubeBaseURL = "https://youtube.googleapis.com/youtube/v3/search?"
    }
  1. Open Xcode, open NetflixClone.xcworkspace, and run the app on a simulator or a real device.

netflix-clone's People

Contributors

drgndenis avatar

Watchers

 avatar

netflix-clone's Issues

Changes and additions

  • Sign in and register will be added.
  • Making changes to the code.
  • Editing the play and download button on the home page

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.