This repository houses the frontend for BagIt. BagIt a mobile application that improves the grocery shopping experience, by allowing users to easily create and share shopping lists.
The BagIt backend is shown below (highlighted in red). The frontend is built using .NET MAUI Blazor.
Clone this repository:
git clone [email protected]:jsam07/bag-it.git
In order to run the MAUI application locally, you'll need to install the latest version of Visual Studio Preview 2022 (.NET MAUI Preview 14) with the following workloads:
Note: this is important since .NET MAUI is still in preview, breaking changes could occur if this is not done.
Once VS Preview is configured, you can run the app in Debug mode, using either one of the pre-installed Android Emulators or Windows Machine option. See below.
Alternatively, you can do one of the following:
dotnet publish -f:net6.0-android -c:Release -o Publish
Publish/com.companyname.bagit-Signed.apk