Skip to content

NullSleep/movie-search-tdd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Movie Search Application

Movie search demo iOS application

Features

  • Made with Swift 4.
  • Xcode 9.2.
  • Test driven development and unit testing for all non UI classes.
  • Search for movies given an specific search term.
  • The 10 previous searches should persist and be shown once the search bar has focus.

Third Party Libraries

  • Carthage
  • Alamofire
  • SDWebImage
  • SwiftyJSON
  • Realm
  • UIKit

How to Use

  • Make sure to run 'carthage update --platform iOS' to download and update all the repository libraries.
  • Run all the tests before building the project.
  • Use the NetworkServicesRouter.swift for configuring, adding new endpoints, paths and images sizes.
  • Once tests have passed build and the run the project as usual.

About

Movie search application using basic TDD.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages