Skip to content

Sample iOS app built with Collection View Compositional Layout, Diffable Data Sources, and Core Data.

License

Notifications You must be signed in to change notification settings

marcoscurvello/heroes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heroes

Sample iOS app that interacts with the Marvel API

Built using Collection View Compositional Layouts, Diffable Data Sources and Core Data.

To run the app, specify valid API keys in the token.json file included in the main bundle. This is a one-off configuration run, once that's done, the keys will be stored in the keychain and the file won't be necessary.

{
    "public": "",
    "private": ""
}

Heroes List Screenshot Heroes Detail Screenshot Heroes Comic Detail Screenshot

About

Sample iOS app built with Collection View Compositional Layout, Diffable Data Sources, and Core Data.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages