A 100% code network request app
The app retrieves and displays a list of items described in the data provided by the API. When an item in the list is tapped the app transitions to a detail view which displays the same specific item data together with the additional data provided by the API. It was developed using MVC, Codable Protocol and doesn't use any third-party frameworks or libraries.
- Click in an item of the list will show his details
- The items of the list are sorted in ascending order
This project is licensed under the MIT License