Note: Compose multiplatform is not stable yet.
Compose Multiplatform Weather App is a multiplatform app that allows users to search for cities and view the weather details of the city. It features Ktor for REST API fetching, Voyager for navigation, View Model, Koin for dependency injection, and Kamel for image loading.
- Compose Multiplatform
- Ktor for REST API fetching
- Voyager for navigation
- View Model
- Koin for dependency injection
- Kamel for image loading
- Search for cities
- View weather details
- Multiplatform support
To get started with the project, follow these steps:
- Clone the repository.
- Install the necessary dependencies for Compose Multiplatform.
- Run the app on your desired platform.
If you'd like to contribute to the project, please follow these guidelines:
- Fork the repository.
- Create a new branch (
git checkout -b feature/my-feature
). - Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature/my-feature
). - Create a new Pull Request.
This project is licensed under the MIT License -