Skip to content

tvay11/budgetplanner

Repository files navigation

Budget Planner

Table of Contents

Overview

This is a simple budget planner application built using C++ and SQLite. The application allows you to create a table, add transactions, view transactions, delete transactions, and drop the table quickly. This is made for tracking the monthly budget.

Features

  • Create Table: Initialize a new transactions table.
  • Drop Table: Remove an existing transactions table.
  • Add Transaction: Add new transactions to the table.
  • View Transactions: Display all transactions in the table.
  • Delete Transaction: Remove specific transactions from the table.

Prerequisites

Installation

  1. Clone the Repository

    git clone https://github.com/tvay11/budgetplanner.git
    
  2. Navigate to the Project Directory

    cd budgetplanner
    
  3. Compile the Project

    g++ -o budgetplanner main.cpp -lsqlite3
    

Usage

  1. Run the Application

    ./budgetplanner
    
  2. Follow On-Screen Instructions

    The application will guide you through the options for managing your transactions.

Known Issues

  • dockerfile will run in a infinite loop.

Author

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages