In this application I show my resume with a simple interface design.
This project was development using VIPER architecture with the porpose to complete a code challenge. The app get the complete information from a JSON. The design followed SOLID principles.
- Architecture: View Presenter Interactor Entity Routing (VIPER)
- Swift version: 4.2
- Xcode version: 10.1
-
Unit Test
- Networking layer are testing use mocking test
- Also app's testing parsing correct and incorrect data
-
UI Test
- There are a simple tests of the table views, cells, labels and text views.