A sample app to present usage of SwiftUI with multithread management using async await/actors

WeatherApp

This is a sample app to present usage of SwiftUI with multithread management using async await/actors. All data is fake. Data is refreshed every 60 seconds, just to manipulate multiple tasks

List of search Suggestions

List was taken from https://datahub.io/core/world-cities

Usage

Use search bar to look for city. You will see randomly created data (weather, temperature). It will refresh every 60 seconds. Also it generates image to reflect weather condition state.

GitHub

View Github