Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.24 KB

File metadata and controls

39 lines (26 loc) · 1.24 KB

IOS take home coding challenge guidelines

Please organize, design, test, document and deploy your code as if it were going into production, then send us a link to the hosted repository (e.g. Github, Bitbucket...).

Challenge Description

Create a catalog front that allows user to search and list products

  • First page is a list of specific number of products ex. 4 or 6, and load more by scrolling.
  • User can filter by category to see products within it.
  • User can filter using price range, specific color and product rating.
  • User can combine two or more filters.
  • User can add product to the cart.
  • Cart count must be updated by adding products to the cart.

Mockup

Mockup notes:

  • Category filter should list all categories in a drop down list.
  • Sort by filter, for data sorting.
  • Filter button should open the filter by page.

Technical spec

  • All data required for this prototype is available on Edfa3ly Test API
  • Swift and Auto Layout constrains are preferred.

How will we review?

Guidelines can be found here