https://github.com/radekvym/bet-app
[UI challange] .NET MAUI implementation of "Bet App" design by MindInventory UI/UX.
https://github.com/radekvym/bet-app
android control design dotnet dotnet-core ios maui maui-app maui-apps navigation navigation-component simpletoolkit tabbar tabs ui xaml
Last synced: 9 months ago
JSON representation
[UI challange] .NET MAUI implementation of "Bet App" design by MindInventory UI/UX.
- Host: GitHub
- URL: https://github.com/radekvym/bet-app
- Owner: RadekVyM
- Created: 2021-01-26T16:48:07.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-03T10:14:43.000Z (almost 2 years ago)
- Last Synced: 2025-05-07T16:52:20.804Z (about 1 year ago)
- Topics: android, control, design, dotnet, dotnet-core, ios, maui, maui-app, maui-apps, navigation, navigation-component, simpletoolkit, tabbar, tabs, ui, xaml
- Language: C#
- Homepage:
- Size: 8.13 MB
- Stars: 19
- Watchers: 2
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bet App
**.NET MAUI** implementation of [Bet App](https://dribbble.com/shots/14384464-Bet-App) design by [MindInventory UI/UX](https://dribbble.com/MindInventoryUIUX).
https://github.com/RadekVyM/Bet-App/assets/65116078/af3a3026-19d5-4519-840d-c44881ed1957
This project demonstrates how to create **custom navigation experience and custom controls** using the [SimpleToolkit](https://github.com/RadekVyM/SimpleToolkit) library.
## Original design
[](https://dribbble.com/shots/14384464-Bet-App)
## 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
Only .NET MAUI APIs, my [SimpleToolkit](https://github.com/RadekVyM/SimpleToolkit) library and the [Maui.BindableProperty.Generator](https://github.com/rrmanzano/maui-bindableproperty-generator) library were used to create this sample.