A simple weather application built using Jetpack Compose, a modern Android UI toolkit. This app fetches real-time weather information and displays it in a clean, minimalistic user interface.
- OpenWeatherMap API was used to retrieve weather data.
- The user is presented with instant weather information based on his current location.
- User can search city and view weather information of selected city.
- 3-day weather forecasts are provided based on the city the user enters
- Hourly weather information of the city is provided
- Coil
- Retrofit
- Navigation
- Compose Runtime
- Fork this project.
- Create a new branch (git checkout -b feature/branch-name).
- Make your changes and commit the changes (git commit -am 'Add new feature').
- Push your branch (git push origin feature/branch-name).
- Create a pull request.