Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 394 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 394 Bytes

Local Budget App

A desktop application for tracking bills, income, and expenses locally using Electron and SQLite.

Features

  • Add, edit, and delete bills/income.
  • Display a list of bills/income.
  • Calculate and display total income, expenses, and net balance.
  • Simple and intuitive UI.

How to Run

  1. Clone this repository.
  2. Install dependencies:
    npm install