The User Management Application is a Java-based tool designed for managing user data, including credit scores, amounts owed, and payment histories. The application utilizes JavaFX for the user interface, allowing interactive functionality to view, edit, add, and sort user details.
User Overview Display a list of users, their amounts owed, and credit scores. User Management Add, edit, or delete user profiles. Update user details like amounts owed or payment history. Transaction Handling Add new transactions and update credit scores automatically. Sorting Options Sort users alphabetically or by financial metrics such as amounts owed or credit scores (ascending/descending). Interactive UI User-friendly interface using JavaFX panes, buttons, and list views