HamburgerMenuApp icon indicating copy to clipboard operation
HamburgerMenuApp copied to clipboard

[UI challange] .NET MAUI implementation of "Hamburger Menu with Landing Card Design" by Sulai Man.

Hamburger Menu App

.NET MAUI implementation of Hamburger Menu with Landing Card Design by Sulai Man.

https://github.com/RadekVyM/HamburgerMenuApp/assets/65116078/e4db39c0-8c6f-4ff7-8495-ded04b77e7e7

This project demonstrates how to create custom flyout navigation menu using SimpleShell control from SimpleToolkit.

Original design

Dribbble Design

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. Then make sure you have your Android or 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.

Here are some resources to learn more about .NET MAUI:

Features

Only .NET MAUI APIs and my SimpleToolkit library were used to create this sample.