tylerlewis / flicks

An iOS app that displays currently playing and top rated movies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flicks

An iOS app that displays currently playing and top rated movies

This is an iOS application for displaying the latest box office movies using the TheMovieDB api.

Time spent: 10 hours spent in total

Completed user stories:

  • Required: User can view a list of movies currently playing in theaters from The Movie Database. Poster images must be loaded asynchronously
  • Required: User can view movie details by tapping on a cell
  • Required: User sees loading state while waiting for movies API
  • Required: User sees an error message when there's a networking error
  • Required: User can pull to refresh the movie list

Notes:

Image loading on movie details page needs to be improved to not make another network request for same image and to not repeat the image as a background

Walkthrough of all user stories:

Video Walkthrough

GIF created with LiceCap.

About

An iOS app that displays currently playing and top rated movies


Languages

Language:Swift 97.3%Language:Ruby 2.7%