Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 602 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 602 Bytes

Randog

Just a simple iOS app to exercise API requests. It'll fetch dog images from Dog API and display a random one every time app starts.

Technical Specs

  • MVC pattern
  • URLSessionDataTask for HTTP requests
  • JSONDecoder for JSON deserialization

Installation

Clone this repository, import into Xcode and build it with simulator.

Copyright

Project developed by Márcio Souza de Oliveira following the lessons of Udacity's iOS Developer Nanodegree.