The Personal Finance Management System is an application developed using Java Swing on Apache NetBeans IDE and MySQL for Database Management. This system enables users to monitor their financial habits, track previous transactions, and visualize monthly financial data using charts.
- IDE: Apache NetBeans
- Database: MySQL
- Java UI Framework: Java Swing
- Chart Library: XChart
- Account Management: Users can create and manage multiple accounts to meet their financial needs.
- Summarized Display: Provides users with a clear overview of their financial status, including current savings and spending habits.
- Income and Expense Tracking: Dedicated tabs allow users to conveniently record their income and expenses, facilitating efficient management of finances.
- Interactive Charts: Visualize monthly expenditure and savings through interactive charts, offering users insightful graphical representations of their financial data.
- Transaction History: Easily access and review the latest transactions, enabling users to track their financial activity over time.
- Savings Target: Set savings targets with a progress bar indicating the progress towards the goal for the current month, empowering users to stay focused on their financial objectives.
- JDBC Driver (MySQL Connector): Connects Java applications to MySQL databases.
- JCalendar: Provides Date-related components for user-friendly date selection.
- XChart: Generates interactive charts for visualizing financial data.
- AbsoluteLayout: Facilitates precise positioning of UI components.
📦src
┣ 📂Chart
┃ ┗ 📜IncomeExpenseChart.java
┣ 📂Database
┃ ┣ 📜DatabaseManager.java
┃ ┗ 📜UserSession.java
┣ 📂Home
┃ ┣ 📜HomePage.form
┃ ┗ 📜HomePage.java
┣ 📂Icon
┃ ┗ 📜icons.png...
┣ 📂Login
┃ ┣ 📜Login.form
┃ ┣ 📜Login.java
┃ ┣ 📜SignUp.form
┃ ┗ 📜SignUp.java
┗ 📂personalfinancemanagement
┗ 📜PersonalFinanceManagement.java
- Clone the repository.
- Open the project in Apache NetBeans.
- Set up the MySQL database according to the provided schema.
- Navigate to the
database_setup
folder and follow the instructions in theREADME.md
file to set up the database.
- Navigate to the
- Run the project.
- Sign up for an account or log in if you already have one.
- Add accounts and set up your financial details.
- Record your income and expenses.
- Monitor your financial status through the provided charts and summaries.