{"id":18706496,"url":"https://github.com/mateusz-przybyla/personalbudget_structured","last_synced_at":"2026-07-06T17:31:00.092Z","repository":{"id":220854246,"uuid":"749919994","full_name":"mateusz-przybyla/PersonalBudget_Structured","owner":"mateusz-przybyla","description":"Final C++ application to manage your personal budget [structured]","archived":false,"fork":false,"pushed_at":"2024-03-09T14:19:44.000Z","size":144,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-17T16:34:27.793Z","etag":null,"topics":["cpp","data-structures","structured-programming","xml"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mateusz-przybyla.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-01-29T16:52:56.000Z","updated_at":"2024-08-05T20:36:44.000Z","dependencies_parsed_at":"2024-02-04T21:24:14.445Z","dependency_job_id":"6693fc36-de40-405e-ab6c-cd45078c9309","html_url":"https://github.com/mateusz-przybyla/PersonalBudget_Structured","commit_stats":null,"previous_names":["mateusz-przybyla/personalbudget_structured"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mateusz-przybyla/PersonalBudget_Structured","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateusz-przybyla%2FPersonalBudget_Structured","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateusz-przybyla%2FPersonalBudget_Structured/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateusz-przybyla%2FPersonalBudget_Structured/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateusz-przybyla%2FPersonalBudget_Structured/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mateusz-przybyla","download_url":"https://codeload.github.com/mateusz-przybyla/PersonalBudget_Structured/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateusz-przybyla%2FPersonalBudget_Structured/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35201088,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-06T02:00:07.184Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cpp","data-structures","structured-programming","xml"],"created_at":"2024-11-07T12:14:20.866Z","updated_at":"2026-07-06T17:31:00.064Z","avatar_url":"https://github.com/mateusz-przybyla.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ParsonalBudget - Structured\n\nInitial version of the PersonalBudget application written in structured paradigm.\\\n[Here](https://github.com/mateusz-przybyla/PersonalBudget_ObjectOriented) you can find the PersonalBudget application written in a OOP paradigm.\n\n## Table of contents\n\n- [Overview](#overview)\n  - [About](#about)\n  - [Application design](#plan-freemind)\n  - [Diagram UML](#diagram-uml)\n  - [Screenshot](#screenshot)\n- [My process](#my-process)\n  - [Built with](#built-with)\n  - [Useful resources](#useful-resources)\n\n## Overview\n\n### About\n\nPersonalBudget application allows you to keep records of your expenses and incomes.\nData are saved to the database (.xml file).\nFirst create a user account and then you can add incomes and expenses with today's date or with a selected backdate.\nYou can show current month's balalnce, previous month's balance and selected period balance. The application calculates the sum of incomes, expenses and the difference between them (incomes - expenses).\n\nOther functionalities:\n\n- Changing user password\n\n### Application design\n\n[Plan FreeMind](https://github.com/mateusz-przybyla/PersonalBudget_Structured/blob/main/PersonalBudget_Plan-FreeMind.pdf)\n\n### Diagram UML\n\nSee in PersonalBudget_ObjectOriented application.\n\n### Screenshots\n\n- Main menu:\n\n  ![](./images/main_menu.jpg)\n\n- User menu:\n\n  ![](./images/user_menu.jpg)\n\n- Adding new income:\n\n  ![](./images/new_income.jpg)\n\n- Expense category:\n\n  ![](./images/expense_category.jpg)\n\n- e.g. Previous month's balance:\n\n  ![](./images/previous_months_balance.jpg)\n\n## My process\n\n### Built with\n\n- Structured Programmimg\n- Operations on dates\n- Vectors\n- Input/output with files (.xml)\n- Libraries: vector, ctime, sstream, iomanip, math.h, algorithm\n- External library: Markup\n- Clean code\n- SOLID Principles (especially Single Responsibility Principle)\n\n### Useful resources\n\n- Project Przyszly Programista\n- https://www.geeksforgeeks.org\n- https://miroslawzelent.pl/kurs-c++/\n- https://stackoverflow.com\n- https://www.firstobject.com/dn_markup.htm\n- https://www.tutorialspoint.com/cplusplus/cpp_date_time.htm\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmateusz-przybyla%2Fpersonalbudget_structured","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmateusz-przybyla%2Fpersonalbudget_structured","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmateusz-przybyla%2Fpersonalbudget_structured/lists"}