This iOS app provides information of movies with TMDB API like top rated movies or trending movies. You can sign in with your account and add your movies as favorite.
It's was developed with Swift and SwiftUI working on iOS 14+.
- 100% Swift
- Async/await API
- MVVM design pattern and dependency injection
- HTTP, JSON and REST API
- Offline mode
- Authentication with ASWebAuthenticationSession
- Internet detection
- Error handling
- SwiftUI
- CoreData
- AuthenticationServices
- Network
- Security (Keychain)
- Clone the repo
- Add your API key to the
EndPoint.swift
file - Compile and run on Xcode 13.2 or above