This is an app to test the Mercado Libre API. Especially the one related with cars.
It uses MVC but treating the ViewControllers also as Views to just show UI Elements and having Controllers to manage/format all the data that the Views/ViewControllers are going to show.
- Add more test to increase coverage
- Use a coordinator pattern to take the navigation outside of the ViewControllers
- Create a PagedViewController to show all the car images
- Use SwiftUI for the UI and Combine for use reactive programming