An open API service indexing awesome lists of open source software.

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.

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
[![Dribbble Design](./Images/original_design.png)](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.