Pokedex app was developed using viper architecture, following the principles of clean code ❤️.
Viper:
View -> Represents everything where the user will interact.
Interactor -> Represents a use case.
Presenter -> Responsible for the logic of vision.
Entity -> Represents the API and / or Bank entity.
Router -> Application navigation logic.
No Storyboards 😃