Skip to content

ferhatiltas/Netflix-Clone-UIKit-MVVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Netflix Clone

🎯 About

Made using UIKit with Swift language. Core Data was used as the local database. Tmdb and youtube api were used for the API.

πŸš€ Technologies

The following tools were used in this project:

βœ… Requirements

Before starting 🏁, you need to have Git, Swift and Xcode installed.

# Clone this project

$ git clone https://github.com/ferhatiltas/Netflix-Clone-UIKit-MVVM

Enter the relevant API keys to run the project.

struct Constants{
    static let API_KEY = "" // Enter a api key for TMDB API
    static let YoutubeAPI_KEY = "" // Enter a api key for Youtube API
    static let BASE_URL = "https://api.themoviedb.org"
    static let YoutubeBaseURL = "https://youtube.googleapis.com/youtube/v3/search?"
}

Home

Coming Soon & Search

Downloads & Details

About

🎬 Netflix Clone πŸ”₯ Made using UIKit with Swift language. Core Data was used as the local database. Tmdb and youtube api were used for the API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages