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:
-
A user should be able to search for a question by sending the question’s title.
-
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.
-
There should be a view, where the user can read all of the answers per question.
-
There should be a view, where the user can read all of the comments on a question.