This is a project (aiming to be an educative demo) that shows a complete app that allows to manage expenses.
The core package holds Expense (an individual expense), and ExpenseControl (holding a collection of expenses).
This project has been developed with IntelliJ Rider, though it is simply possible to build and run the project (provided the dotnet SDK
is installed):
$ cd MyExpenses
$ dotnet run