rafaelbogfreitas / sky-test

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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: ""
}

About

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


Languages

Language:Swift 98.3%Language:Ruby 1.7%