Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/radekvym/fourseasons
[UI challange] .NET MAUI implementation of "4 seasons mobile ui" design by Riko Sapto Dimo.
https://github.com/radekvym/fourseasons
csharp dotnet dotnet-core maui maui-apps ui ui-components ui-design xamarin xamarin-forms xaml
Last synced: about 4 hours ago
JSON representation
[UI challange] .NET MAUI implementation of "4 seasons mobile ui" design by Riko Sapto Dimo.
- Host: GitHub
- URL: https://github.com/radekvym/fourseasons
- Owner: RadekVyM
- Created: 2022-08-08T17:43:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-19T17:03:40.000Z (4 months ago)
- Last Synced: 2024-07-19T22:10:56.190Z (4 months ago)
- Topics: csharp, dotnet, dotnet-core, maui, maui-apps, ui, ui-components, ui-design, xamarin, xamarin-forms, xaml
- Language: C#
- Homepage:
- Size: 15.9 MB
- Stars: 39
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FourSeasons
**.NET MAUI** implementation of [4 seasons mobile ui](https://dribbble.com/shots/15480534-4-seasons-mobile-ui) design by [Riko Sapto Dimo](https://dribbble.com/RikoSapto).
This project demonstrates how to create .NET MAUI apps with tailored UI using **.NET MAUI APIs only**.
## Original design
[![Dribbble Design](https://cdn.dribbble.com/users/806561/screenshots/15480534/media/65b84a3771d349df6e0e681ad2b16755.jpg?compress=1&resize=1000x750&vertical=top)](https://dribbble.com/shots/15480534-4-seasons-mobile-ui)
[![Dribbble Design](https://cdn.dribbble.com/users/806561/screenshots/15500886/media/6ad5b0de169928b529860160d711570a.jpg?compress=1&resize=1000x750&vertical=top)](https://dribbble.com/shots/15500886-4-seasons-mobile-ui-desktop-version)
## Installation
First, make sure you have your Visual Studio and .NET 8 environment set up for .NET MAUI development. If not, follow the [setup instructions](https://learn.microsoft.com/dotnet/maui/get-started/installation). Then make sure you have your [Android](https://learn.microsoft.com/dotnet/maui/get-started/first-app?pivots=devices-android) or [iOS](https://learn.microsoft.com/dotnet/maui/get-started/first-app?pivots=devices-ios) platform set up for deployment of the application.
Once everything is set up, you can clone the repo and run the application via Visual Studio or Visual Studio Code.
Here are some resources to learn more about .NET MAUI:
- [Official website](https://dotnet.microsoft.com/apps/maui)
- [Microsoft Learn](https://learn.microsoft.com/dotnet/maui/what-is-maui)
- [.NET MAUI GitHub repository](https://github.com/dotnet/maui)## Features
The application was built using .NET MAUI only, no additional packages were used.