Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 842 Bytes

File metadata and controls

43 lines (27 loc) · 842 Bytes

AirQuality

iOS Project Example using MVVM

Gather the latest air measurements from all over the world.

Features

  • More than 100 countries
  • See levels of various air quality parameters
  • Filter you search using various parameters
  • Reali live information thanks to https://openaq.org/

🔨 Technologies: UIKit, MVVM, No Third Party libraries.

🚀Platform: 📱iOS

Includes

  • Unit Test for uses cases and Mock Classes
  • Custom UICollectionView behaviour
  • Dark Mode
  • Modal popup custom presentation

Requirements

  • iOS 13.0+
  • Xcode 11.0+

Getting Started

  1. Clone the repository:
git clone https://github.com/HolyBuz/AirQuality
  1. Open the project in Xcode.

  2. Build and run the app.

Thanks for stopping by!