https://github.com/ferdzz/favoritetv
Demo iOS project around TMDB
https://github.com/ferdzz/favoritetv
ios swift uikit xcode
Last synced: 12 months ago
JSON representation
Demo iOS project around TMDB
- Host: GitHub
- URL: https://github.com/ferdzz/favoritetv
- Owner: Ferdzz
- Created: 2019-08-19T20:58:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-19T21:29:09.000Z (over 6 years ago)
- Last Synced: 2025-02-11T16:18:37.986Z (about 1 year ago)
- Topics: ios, swift, uikit, xcode
- Language: Swift
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Setup
1. Clone the project
2. Setup CocoaPods by running `pod install`. This will generate the required project files
3. Open the workspace
4. Set your API key in `Constants.tmdbApiKey`. This is just a temporary place to setup the key, as it could be improved to allow for automation through a CI
## Remarks
The app is very basic. It's just a quick practice & challenge I did in a single afternoon. It displays the discover movies, allows for searching the list of movies, seeing the details & favoriting. I'm no UI designer, so the interface is very basic but functional.
It supports both iPhone & iPad (regular & compact), landscape & portrait, as well as side-by-side multitasking.
This is not a fully polished project. A lot of improvements could be made but I haven't had the time to get around to all of them. I left TODOs throughout the code where relevant.
## Screenshots


