Skip to content

Lets you search information about movies and store your favorites. Credits to Hacking with Swift.

Notifications You must be signed in to change notification settings

markusfassbender/MyMovies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyMovies

Generic badge Generic badge

Description

The app lets you search information about movies and store your favorites.

Credits

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.

Setup API Key

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>"
}

Screenshot Example

Generic badge

About

Lets you search information about movies and store your favorites. Credits to Hacking with Swift.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages