Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.25 KB

README.md

File metadata and controls

32 lines (25 loc) · 1.25 KB

Moviehive

An app that shows the movies in cinemas and upcoming movies and also allows you to search any movie.

Functional Features

  • The movies in cinemas listed with carousel on the home screen, used collection view
  • The upcoming movies listed on the home screen, used collection view
  • Search for all movies from home screen, used table view controller
  • Similar movies in movie detail, used collection view
  • Link to movie's IMDb page in movie detail
  • Like button in movie detail

Non-Functional Features

  • Supports iOS 15
  • Used Swift 5.5
  • Written using VIPER
  • Used API from https://www.themoviedb.org
  • Used Alamofire
  • Used KingFisher
  • Used Xcode workspaces
  • AutoLayout
  • Checking internet connection on Splash Screen
  • UI Tests
  • Unit Tests

Screenshots / Videos