The app lets you search information about movies and store your favorites.
It was created during a SwiftUI and CoreData Workshop in Mai 2021 lead by Paul Hudson from Hacking with Swift.
The data are provided by The Movie Database.
The Movie Database requieres an api key to authenticate. You must create your own key for free.
To make the app use it, please create a keys.json
file on the project's root level. The file is ignored by git.
{
"api_key": "<your key>"
}