Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 713 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 713 Bytes

StackOverFlow

It is an app that will query data from https://api.stackexchange.com (stackoverflow) and show it to the user.

It is an universal app (iPad and iPhone). iOS 9 - minimal supported version.

Project has some Unit Tests sample to get the idea of testing application.

#App functionality:

  1. A user should be able to search for a question by sending the question’s title.

  2. Returned list of questions should be shown to the user. Every item in a list should show question's title, creation date, author’s name and avatar.

  3. There should be a view, where the user can read all of the answers per question.

  4. There should be a view, where the user can read all of the comments on a question.