Marvel Heroes

Gif showcasing UI here

Sample application exploring Swift Concurrency

Running the project

  1. Generate a set of API keys at marvel developer portal
  2. Update APIKeys.plist with the generated keys

UI design pattern

I chose VIPER as the design pattern for this project since I haven't used it before and would like to understand it a bit better.

I also used VIPER-Xcode-Templates to generate the boilerplate for my modules.