Personal monthly budget
This is a program for managing a personal monthly budget. It allows users to:
Add categories of income and expenses
Enter planned and actual amounts for each category
See the difference between the planned and actual budget
View total amounts of income, expenses, and net balance
Change the currency (dollar, euro, pound, yen, hryvnia)
Switch the interface language (English, Ukrainian, Russian)
Save and load the budget
The program has a user-friendly graphical interface developed using WPF. It uses the MVVM architecture to separate logic from the interface.
#C# #WPF #MVVM #Budget #PersonalFinance
Add categories of income and expenses
Enter planned and actual amounts for each category
See the difference between the planned and actual budget
View total amounts of income, expenses, and net balance
Change the currency (dollar, euro, pound, yen, hryvnia)
Switch the interface language (English, Ukrainian, Russian)
Save and load the budget
The program has a user-friendly graphical interface developed using WPF. It uses the MVVM architecture to separate logic from the interface.
#C# #WPF #MVVM #Budget #PersonalFinance