Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.32 KB

File metadata and controls

30 lines (20 loc) · 1.32 KB

WeatherDesktopApp

Weather desktop app using Jetpack compose

Video

Weathe app

Tech stack

  • Ktor a modern asynchronous framework backed by Kotlin coroutines, used to make HTTP network requests to an API
  • Coroutines to write asynchronous code, which can improve performance and responsiveness.
  • Koin to manage dependencies, which can help to improve code quality and maintainability.
  • ImageLoader Compose Image library for Kotlin Multiplatform.

How to build on your environment

Add your api key for WeatherApi

Contributors

Official Documentations