Skip to content

zontag/MarvelExplorer

Repository files navigation

Marvel Explorer

Libraries

Architecture: SwiftUI + Combine

This project uses SwiftUI + Combine to provide a more functional reactive architecture. Instead use some view state layer, this project tries to bind model directly to the view maintaining the sync between model and view layers.

API

Insert your API Keys on MarvelAPI file like this:

static let publicKey = "123"
static let privateKey = "abc"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages