Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 732 Bytes

File metadata and controls

25 lines (19 loc) · 732 Bytes

Pizza Service

PizzaService is a pizza ordering service iOS app. The app fetches data via API and offers a choice of pizza. You can also find out the location of the restaurants closest to you.

Using

  • Xcode 12.5 & Swift 5
  • Swift & UIKit
  • URLSession
  • Parsing JSON with Codable
  • UserDefaults for storing data
  • TabBar, CollectionViews
  • Sweet Animation
  • Map Integration