Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.88 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.88 KB

Waste App

.NET MAUI implementation of Waste App design by Sara Salehi.

WasteApp.mp4

This project demonstrates how to create .NET MAUI apps with tailored UI using C# only.

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 or Visual Studio Code.

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

Features

The app's UI is built with .NET MAUI APIs, CommunityToolkit.Maui.Camera and my SimpleToolkit library. The .NET MAUI Markup Community Toolkit and Maui.BindableProperty.Generator made building the UI using C# only much easier.