/sky-test

iOS Development test for Sky. It was developed with SwiftUI and consuming their api with Codable protocol.

Primary LanguageSwift

Cine Sky

Objetivo

Criar um app de duas telas, uma inicial com uma lista de filmes trazidos pela API https://sky-exercise.herokuapp.com/api/Movies que retorna a seguinte estrutura de dados:

{
    title: "",
    overview: "",
    duration: "",
    release_year: "",
    cover_url: "",
    backdrops_url: [
        "",
    ],
    id: ""
}