Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 424 Bytes

File metadata and controls

17 lines (13 loc) · 424 Bytes

iUser SwiftUI App

Features

  • Fetches 20 users from RandomUser API.
  • Scrollable list with thumbnails.
  • Detail screen with profile picture, email, and phone.
  • MVVM architecture with repository pattern.
  • Async/await for networking.
  • Error and loading handling.
  • Added XCTestCase

Setup

  1. Open the project in Xcode 16.4.
  2. Run on iOS 18.5 simulator/device.
  3. No API keys or setup needed — uses public API.