Skip to content
address book and personal budget

CONSOLE APPS

The applications were developed using the object-oriented programming language C++.

ADDRESS BOOK

The AddressBook console application has been released in Polish. It allows users to save addressees to their address book. The data is stored in a simple text file. The application enables users to add new addressees or delete existing ones from the database. Users can search for a particular addressee by name or surname. Additional functionality includes data editing.

Check out the source code of the app on GitHub .

The application AddressBook is shown in action in the screenshots below.

The main menu
Creating a new account
The user logs in
View of the user menu
Adding a new user
Searching for addressees by name
List of all registered addressees
Deleting the selected addressee
Editing the selected addressee
Changing the password

MY BUDGET APP

The MyBudget console application was written in English version. It allows users to manage their household budget by adding or deleting monthly expenses and income. Users can view their total income and expense for the current month, the previous month, or a selected period. Additional functionality is available for editing individual items, such as the name, date or value of an income or expense item.

Check out the source code of the app on GitHub .

The application MyBudget App is shown in action in the screenshots below.

View of the main menu
User login
View of the user menu
Adding new income for a user
Summary of incomes and expenses for current month
Summary of incomes and expenses for previous month
Summary of incomes and expenses for a selected period of time