Skip to content

A sample iOS app in swift listing restaurants with filter and sort options

Notifications You must be signed in to change notification settings

alexgo84/RestaurantList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RestaurantList

A sample iOS app in Swift, listing Restaurants with Filter and Sort options.

Here, I make use of:

  • APIClient that encapsulates all external input and communication, to allow for easier testing.
  • A Model layer that can (and should) be encapsulated into a module with tests behind APIClient.
  • Simple UIViewController testing.
  • Generic DataStore.

About

A sample iOS app in swift listing restaurants with filter and sort options

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages