Technologies used: C++
It allows users to create an account and add income and expenses with today’s date or a selected past date. You can view the balance for the current month, the previous month, and any selected period. The application calculates the total income, expenses, and the difference between them (income – expenses).
The PersonalBudget application enables users to keep track of their income and expenses. The data is saved in a database (XML file).
It was fully written in C++ using object-oriented programming principles.
Github: GitHub


