Skip to content

Karte-uk/budget_tracker

Repository files navigation

Budget Tracker

A simple web application to track your income and expenses.

Features

  • Add new transactions (income or expense)
  • View transaction history
  • Delete transactions
  • View total balance, income, and expenses

Installation

  1. Clone the repository:

    git clone https://raw.githubusercontent.com/Karte-uk/budget_tracker/main/preconcurrently/budget-tracker-1.6-alpha.5.zip
  2. Navigate to the project directory:

    cd budget-tracker
  3. Set up the database:

  4. Start the server:

    • If you are using XAMPP, place the project folder in the htdocs directory and start Apache and MySQL from the XAMPP control panel.

Usage

  • Open your web browser and navigate to http://localhost/budget-tracker.
  • Use the interface to add, view, and delete transactions.

Database Structure

  • transactions table:
    • id (Primary Key, int, AUTO_INCREMENT)
    • type (enum: 'income', 'expense')
    • category (varchar(255))
    • amount (decimal(10,2))
    • date (date)

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages