Budget/README.md

24 lines
479 B
Markdown

# Budget
A simple Budgeting software written in JavaScript for classic Amiga.
## Features
- Auto Summation of the current account
- Transfering Money from one account to another (via referencing)
- Adding or Subtracting Money from an account
- Saving and Restoring a budgeting plan
- Adding (Opening) new Accounts
## Missing Features
- Graphing of Expenses
- Managing (Closing) Accounts
## Screenshots
![](./budget_mainview.png)
![](./transfer.png)
![](./newaccount.png)