NiceDemo icon indicating copy to clipboard operation
NiceDemo copied to clipboard

iOS project, built on improved MVP architecture using Coordinator pattern for routing 😎

trafficstars

Swift Platform BuildPass Codecoverage License

Sense

Own blueprint.

Foundation

  • Π‘leanness πŸ’Ž - Project is built using SOLID principles.
  • Stability ✊ - Coordinator for routing + improved MVP for scenes.
  • Transparency πŸ‘“ - No third-party frameworks and Pods.
  • Reuse πŸ€Ήβ€ - UI is implemented programmatically too. No Storyboard or Xibs.
  • Testable πŸ”’ - Code is fully covered by Unit Tests.

Overview

This project was built for demonstration purpose using iOS best practices. It doesn't have or provide any commercial usage. Auth flow only imitates user's authentication/actions.

App uses Dog-api for backend. It is free and amazing πŸ•.

You might notice that this app doesn't have a fancy UI. That's because the project is concentrated on architecture and patterns rather than interfaces. If you're looking for complex interfaces along with smooth animations, please check my other projects here: CardsHolder or SwipeableCards.

User Interfaces

Navigation scheme

Illustrates all flows of the project:

  • Starting flow
  • Auth flow
  • Dogs flow

Feedback

If you have any questions or suggestions, feel free to open issue just at this project.

License

NiceDemo and all its classes are available under the MIT license. See the LICENSE file for more info.