Fall 2025
Budgeting app in MAUI
As a semester project at CTU FEE, I created a MVP for a budgeting app in C# MAUI.
It allows the creation of custom categories with different budgets, and uses LiveCharts2 to dynamically plot expenses. It follows the MVVM pattern and uses LiteDB to store data on-device.
On Android, it uses Google Pay notifications to automatically register new expenses.
MAUI |
C# |
MVVM