diff --git a/README.md b/README.md new file mode 100644 index 0000000..e854c85 --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# BudgE +BudgE (pronounced "budgie") is a "budgeting with envelopes" personal finance app. + +:warning: BudgE still under active development and considered an 'alpha' version until more tests can be written to ensure functionality is maintained. :warning: + +![Budget](images/budget.png) +![Account](images/account.png) + +# Current Features +- Envelope budgeting with monthly rollover +- Transaction management for accounts +- Standard bank account management +- Credit card management with payment handling +- Tracking accounts +- Transaction export + +# Planned Features +- [ ] CSV file import +- [ ] Goals +- [ ] Reports +- [ ] Payee management +- [ ] Category hiding and deletion +- [ ] Mobile view for transaction input on the go! + +# Getting Started +There is a live demo located at diff --git a/images/account.png b/images/account.png new file mode 100644 index 0000000..c1b74c9 Binary files /dev/null and b/images/account.png differ diff --git a/images/budget.png b/images/budget.png new file mode 100644 index 0000000..42f96c7 Binary files /dev/null and b/images/budget.png differ