BytePixelMelody / FashionStoreApp

MVP, Builder, Router, DI, CoreData, async/await, Keychain, CollectionView with snapshots, Font Styles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Platform: iOS

Fashion Store App Icon

Fashion Store App

Fashion Store - a pet-project application of an online Fashion Store. Allows users choose products in the online catalog, add them to the cart and make a fake order after adding the delivery address and payment method. The app can be opened via deeplink and has dynamic font scaling.

Architectural pattern

  • MVP
  • Builder
  • Router
  • Services
  • DI

Frameworks

  • UIKit
  • SnapKit
  • Combine
  • CombineCocoa
  • CoreData
  • Security
  • OSLog
  • SwiftLint

Technologies

  • UI fully by code, forced unwrap avoided
  • Design from Figma
  • Self-designed JSON-structured database
  • Static Web-server based on GitHub Pages
  • Web service on async/await
  • Core Data service on background queue
  • Image caching service
  • Keychain service with iCloud sync by native API
  • Deep link service
  • Errors service with logging
  • Async/await and Tasks on main and background queues
  • Generics
  • Collection views based on snapshots
  • Reactive text checking with Combine
  • Typographic font styles, dynamic accessibility font scaling
  • Customised screen transitions

Code patterns

  • Protocols
  • Delegates
  • Factories

Screenshots

Videos

Catalog Cart Address
01.mov
02.mov
03.mov
Payment method Checkout Deep link
04.mov
05.mov
06.mov
Dynamic fonts
07.mov

Contact me

LinkedIn | Telegram | Email

About

MVP, Builder, Router, DI, CoreData, async/await, Keychain, CollectionView with snapshots, Font Styles

License:MIT License


Languages

Language:Swift 100.0%