/MyExpenses

Primary LanguageC#MIT LicenseMIT

MyExpenses

This is a project (aiming to be an educative demo) that shows a complete app that allows to manage expenses.

Sceenshot of the app

Design

The core package holds Expense (an individual expense), and ExpenseControl (holding a collection of expenses).

Class diagram

Building

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