An application written in Swift to showcase Viper architecture flow in iOS This is a deal app which has three screen first is login screen suppoted by Google authentication services. Then we have select city screen select any city next app navigates to deal list screen. This is the basic app which show case how classes are written in viper architecture and how different view communicate to each other in navigation stacks. Unit test cases module will show effortlessness of writing unit test cases in Viper architecture
Login ---> Select City ----> Deal List