RandomCo

RandomCo it’s a application to test a MVVM architecture using UIKit and Combine apple libraries.

App consumes randomuser API: https://api.randomuser.me/ to obtain random people and list them.

User can obtain more people using a button, remove people from the list and add/remove to favourite.

If user click into people’s photo, app will navigate to detail view to see more information.

App has some filters to check first males, females, order by name or check if the distance between the people and user is less than 1 km.

GitHub

View Github