Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 456 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 456 Bytes

MVPDemoSwift

Requirement -

1 Develop a single-screen mobile application that:

every minute fetches a joke from an open API (https://geek-jokes.sameerkumar.website/api) adds a new joke to a list at the end displays the list of the jokes with size of 10 a new jokes replace old ones relaunching the app all loaded jokes should be displayed 2 Tech requirements:

iOS 13+ Swift UIKit - layout UI in code only using Auto Layout MVP (Model-View-Presenter)