Skip to content

maraf/Money

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5bb020a · Apr 14, 2025
Sep 2, 2024
May 30, 2022
Mar 15, 2021
Mar 25, 2024
Apr 14, 2025
Nov 5, 2018
Nov 15, 2016
May 31, 2022
Dec 12, 2019
Nov 15, 2016
Aug 27, 2020
Apr 26, 2019
Dec 9, 2022
Apr 30, 2024

Repository files navigation

Money

Money is an outcome logging application written as UAP (UWP) to target both desktop and mobile Windows devices.
Get it from Microsoft Store.

Preview in large window size

Also, we have an implementation using Blazor.

Preview in web

Running the Blazor version locally

The Blazor version is a typical SPA web app with backend api. So you need to run two projects Money.Api & Money.Blazor.Host. We typically do it from cmd/pwsh:

Api

dotnet watch run --project .\src\Money.Api\Money.Api.csproj

Blazor

dotnet watch run --project .\src\Money.Blazor.Host\Money.Blazor.Host.csproj

Blog posts