diff --git a/README.md b/README.md index a9fad12..3c81348 100644 --- a/README.md +++ b/README.md @@ -2839,3 +2839,27 @@ Android, iOS. - Source code: [https://github.com/jsuarezruiz/xamarin-forms-walkthrough](https://github.com/jsuarezruiz/xamarin-forms-walkthrough) - Author: [Javier Suárez](https://twitter.com/jsuarezruiz) + +## [Xamarin Weather App](https://github.com/gheorghedarle/Xamarin-WeatherApp) + +Weather App is a simple weather app developed using Xamarin Forms. The app allows you to see the weather from your current location or another location around the globe using OpenWeather Api. Using One Call API the app displays the current weather, 24 hours and 6 days forecast. You can add new locations and switch between them from the Locations screen. From Settings screen you can change the unit system from metric to imperial. The app is available in light mode and dark mode. + + + +### Platforms + +Android, iOS. + +### Features + +- Xamarin Forms 5.0 +- Xamarin Essentials (Location, Placemark, Internet Connection) +- Xamarin CommunityToolkit (SideMenu, StateLayout, TouchEffect, Expander) +- Prism.Forms (MVVM, Dialogs) +- Fody +- Xamarin.Plugin.SharedTransitions (Page Transitions) + +### More information: + +- Source code: [https://github.com/gheorghedarle/Xamarin-WeatherApp](https://github.com/gheorghedarle/Xamarin-WeatherApp) +- Author: [Darle Gheorghe](https://github.com/gheorghedarle) \ No newline at end of file diff --git a/images/dark_locations.png b/images/dark_locations.png new file mode 100644 index 0000000..86c4eed Binary files /dev/null and b/images/dark_locations.png differ diff --git a/images/dark_weather.png b/images/dark_weather.png new file mode 100644 index 0000000..21acc54 Binary files /dev/null and b/images/dark_weather.png differ diff --git a/images/light_weather.png b/images/light_weather.png new file mode 100644 index 0000000..d5a138a Binary files /dev/null and b/images/light_weather.png differ