Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 827 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 827 Bytes

FightClub

FightClubTMDB is an iOS app that shows information about movies using the TMDB API.

Features:

  • User can search and view a list of movies.
  • FallbackSearch to try for any matching search.
  • Cached last 5 movies for recent search using user defaults.
  • Poster images load asynchronously.
  • User can view movie details by tapping on a cell.
  • User sees an error message when there is a network error.
  • User can switch between list view and grid view.
  • Placeholder image when images load from Network.
  • Movie details page contain backdrop image, overview, similar movies and other relevant information.
  • All images are cached.
  • Endless scrolling.

Todo:

  • Credits, Reviews, Account management, users, sessions, favourite lists.

Note: check atomic commits on the development branch.