bocato / adidas-challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

adidas-challenge

Running the App

  • Start the local server with docker-compose
  • Open AdidasChallenge.xcworkspace and wait for SPM to resolve its packages
  • Run the App target
  • Notes:
    • App is also the target for running unit and snapshot tests.
    • The snapshots were recorded in an iPhone 11, with iOS 14.5
    • The full working code is in the development branch

Design Choices

Repository

The Repository module is currently working as a Facade, because it's just a simpler interface for performing requests. In case we implemented a persistency system, for example, its actions would also be implemented in that module. It can still be seen as a repository, though, since it has a single instance in LightInjection's dependency container.

Interface modules

The decision to implement Core modules with its "Interface" counterparts was made to reduce iOS build time. A more detailed explanation on how it works can be found here.

How does the app look?

AppIcon

WhatsApp Image 2021-05-03 at 10 49 41

Screens

Simulator Screen Shot - iPhone 11 - 2021-05-03 at 10 59 45 Simulator Screen Shot - iPhone 11 - 2021-05-03 at 11 01 48 Simulator Screen Shot - iPhone 11 - 2021-05-03 at 11 02 48 Simulator Screen Shot - iPhone 11 - 2021-05-03 at 10 48 08 Simulator Screen Shot - iPhone 11 - 2021-05-03 at 11 04 46

About


Languages

Language:Swift 100.0%