Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 657 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 657 Bytes

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