Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 674 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 674 Bytes

Your Weather App

Simple weather app implemented for coding assignment.

Your.Weather.mov

Tech

  • Coding Language - Swift
  • Architecture Pattern - MVVM
  • Networking - URLSession
  • Unit Tests / UI Tests - XCTest
  • UI - SwiftUI
  • Dependency Injection - implanted natively without libraries
  • Navigation - Kept as single view screen. If additional screens are added, this can be done with coordinator SwiftUI NavigationStack paths and coordinator pattern

Use Instructions: