Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 494 Bytes

File metadata and controls

19 lines (15 loc) · 494 Bytes

Barcodely

An iOS barcode scanner app that provides product information using Open Food Facts API.

Features

  • Real-time barcode scanning with AVFoundation
  • Product information display
  • Health warnings for additives and palm oil
  • Fully programmatic UI with Auto Layout
  • MVVM architecture with coordinator pattern

Tech Stack

  • Swift, UIKit
  • AVFoundation (Camera & Barcode scanning)
  • URLSession (Networking)
  • MVVM Architecture
  • Programmatic Auto Layout
  • Thread-safe operations