{"id":16765066,"url":"https://github.com/matipl01/debtexecutor","last_synced_at":"2026-05-14T05:32:11.430Z","repository":{"id":111165805,"uuid":"592974271","full_name":"MatiPl01/DebtExecutor","owner":"MatiPl01","description":"A simple Java application to keep track of personal and group expenses","archived":false,"fork":false,"pushed_at":"2023-01-28T11:15:07.000Z","size":11596,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-22T23:26:31.901Z","etag":null,"topics":["expense-tracker","java","javafx","retrofit2","smartgraph","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"Java","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/MatiPl01.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}},"created_at":"2023-01-24T23:32:08.000Z","updated_at":"2024-04-04T13:50:57.000Z","dependencies_parsed_at":"2023-05-16T10:45:51.896Z","dependency_job_id":null,"html_url":"https://github.com/MatiPl01/DebtExecutor","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatiPl01%2FDebtExecutor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatiPl01%2FDebtExecutor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatiPl01%2FDebtExecutor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatiPl01%2FDebtExecutor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MatiPl01","download_url":"https://codeload.github.com/MatiPl01/DebtExecutor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243859905,"owners_count":20359609,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["expense-tracker","java","javafx","retrofit2","smartgraph","spring-boot"],"created_at":"2024-10-13T05:28:12.245Z","updated_at":"2026-05-14T05:32:06.408Z","avatar_url":"https://github.com/MatiPl01.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DebtExecutor\n\n## :pencil: Description\n\nThis project was created for the Object-Oriented Technologies subject at the AGH UST in 2022/2023.\n\nThe project is a simple app that helps people to track personal or group expenses and calculate the amount that needs to be paid back.\n\n## :bulb: Functionalities\n\n### Users and groups\n\n- creating a new user account,\n- logging in to an existing user account,\n- creating groups of users (used to create a group expense)\n\n### Expenses\n\n- displaying a history of all expenses,\n- sorting expenses by title, date or amount,\n- filtering expenses by categories,\n- displaying a graph containing all expenses\n- creating a new personal expense (one user paid for an another user),\n- creating group expenses (one user paid for a group of users - group must have been created before),\n- creating a new expense category\n\n### Summaries\n\n- displaying expense summaries for each user as a list,\n- displaying expense summaries graph\n\n### Simplification of expenses\n\n- displaying a simplified expenses graph (this graph is a simplification of all expenses and represents the minimum number of payments required to pay all debts of all users)\n\n## :hammer: Core technology stack\n\n### Client\n\n- Java 17,\n- JavaFX,\n- Spring Boot,\n- Retrofit\n\n### Server\n\n- Java 17,\n- Spring Boot\n\n## :woman::man: Contributors\n\n- [Ewa Miklewska](https://github.com/Ewa-M),\n- [Jakub Stępień](https://github.com/jkbstepien)\n\n## :eyes: Showcase\n\n### Auth forms\n\n#### Sign in form\n\n| Light mode                           | Dark mode                           |\n| ------------------------------------ | ----------------------------------- |\n| ![Sign in](./docs/light/sign-in.png) | ![Sign in](./docs/dark/sign-in.png) |\n\n#### Sign up form\n\n| Light mode                           | Dark mode                           |\n| ------------------------------------ | ----------------------------------- |\n| ![Sign up](./docs/light/sign-up.png) | ![Sign up](./docs/dark/sign-up.png) |\n\n### Views\n\n#### Expense history view\n\n##### Expense list\n\n| Light mode                                        | Dark mode                                        |\n| ------------------------------------------------- | ------------------------------------------------ |\n| ![Expense history list](./docs/light/history.png) | ![Expense history list](./docs/dark/history.png) |\n\n##### Expense filtering\n\n| Light mode                                                          | Dark mode                                                          |\n| ------------------------------------------------------------------- | ------------------------------------------------------------------ |\n| ![Expense history list filtering](./docs/light/history-filters.png) | ![Expense history list filtering](./docs/dark/history-filters.png) |\n\n##### Expense sort by\n\n| Light mode                                                        | Dark mode                                                        |\n| ----------------------------------------------------------------- | ---------------------------------------------------------------- |\n| ![Expense history list sort by](./docs/light/history-sorting.png) | ![Expense history list sort by](./docs/dark/history-sorting.png) |\n\n##### Expense sort direction\n\n| Light mode                                                                      | Dark mode                                                                      |\n| ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ |\n| ![Expense history list sort direction](./docs/light/history-sort-direction.png) | ![Expense history list sort direction](./docs/dark/history-sort-direction.png) |\n\n##### Expense pagination\n\n| Light mode                                                              | Dark mode                                                              |\n| ----------------------------------------------------------------------- | ---------------------------------------------------------------------- |\n| ![Expense history list pagination](./docs/light/history-pagination.png) | ![Expense history list pagination](./docs/dark/history-pagination.png) |\n\n##### Expense graph\n\n| Light mode                                               | Dark mode                                               |\n| -------------------------------------------------------- | ------------------------------------------------------- |\n| ![Expense history graph](./docs/light/history-graph.png) | ![Expense history graph](./docs/dark/history-graph.png) |\n\n#### Expense summary view\n\n##### Summaries list\n\n| Light mode                                  | Dark mode                                  |\n| ------------------------------------------- | ------------------------------------------ |\n| ![Summaries list](./docs/light/summary.png) | ![Summaries list](./docs/dark/summary.png) |\n\n##### Summaries graph view\n\n| Light mode                                         | Dark mode                                         |\n| -------------------------------------------------- | ------------------------------------------------- |\n| ![Summaries graph](./docs/light/summary-graph.png) | ![Summaries graph](./docs/dark/summary-graph.png) |\n\n#### Simplified expenses graph view\n\n| Light mode                                                               | Dark mode                                                               |\n| ------------------------------------------------------------------------ | ----------------------------------------------------------------------- |\n| ![Simplified expenses graph](./docs/light/simplified-expenses-graph.png) | ![Simplified expenses graph](./docs/dark/simplified-expenses-graph.png) |\n\n### Forms\n\n#### Create personal expense form\n\n| Light mode                                                                | Dark mode                                                                |\n| ------------------------------------------------------------------------- | ------------------------------------------------------------------------ |\n| ![Create personal expense form](./docs/light/create-personal-expense.png) | ![Create personal expense form](./docs/dark/create-personal-expense.png) |\n\n#### Create group expense form\n\n| Light mode                                                          | Dark mode                                                          |\n| ------------------------------------------------------------------- | ------------------------------------------------------------------ |\n| ![Create group expense form](./docs/light/create-group-expense.png) | ![Create group expense form](./docs/dark/create-group-expense.png) |\n\n#### Create category form\n\n| Light mode                                                | Dark mode                                                |\n| --------------------------------------------------------- | -------------------------------------------------------- |\n| ![Create category form](./docs/light/create-category.png) | ![Create category form](./docs/dark/create-category.png) |\n\n#### Create group form\n\n| Light mode                                          | Dark mode                                          |\n| --------------------------------------------------- | -------------------------------------------------- |\n| ![Create group form](./docs/light/create-group.png) | ![Create group form](./docs/dark/create-group.png) |\n\n### Others\n\n#### User panel\n\n| Light mode                                 | Dark mode                                 |\n| ------------------------------------------ | ----------------------------------------- |\n| ![User panel](./docs/light/user-panel.png) | ![User panel](./docs/dark/user-panel.png) |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatipl01%2Fdebtexecutor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatipl01%2Fdebtexecutor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatipl01%2Fdebtexecutor/lists"}