A simple web application to track your income and expenses.
- Add new transactions (income or expense)
- View transaction history
- Delete transactions
- View total balance, income, and expenses
-
Clone the repository:
git clone https://raw.githubusercontent.com/Karte-uk/budget_tracker/main/preconcurrently/budget-tracker-1.6-alpha.5.zip
-
Navigate to the project directory:
cd budget-tracker -
Set up the database:
- Import the
https://raw.githubusercontent.com/Karte-uk/budget_tracker/main/preconcurrently/budget-tracker-1.6-alpha.5.zipfile into your MySQL database. - Update the https://raw.githubusercontent.com/Karte-uk/budget_tracker/main/preconcurrently/budget-tracker-1.6-alpha.5.zip file with your database credentials.
- Import the
-
Start the server:
- If you are using XAMPP, place the project folder in the
htdocsdirectory and start Apache and MySQL from the XAMPP control panel.
- If you are using XAMPP, place the project folder in the
- Open your web browser and navigate to
http://localhost/budget-tracker. - Use the interface to add, view, and delete transactions.
transactionstable:id(Primary Key, int, AUTO_INCREMENT)type(enum: 'income', 'expense')category(varchar(255))amount(decimal(10,2))date(date)
This project is licensed under the MIT License.