aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMark Powers <markppowers0@gmail.com>2020-10-11 21:47:02 -0500
committerMark Powers <markppowers0@gmail.com>2020-10-11 21:47:02 -0500
commit292048edaf0e2d4c4d591cfec1d923cb6d845991 (patch)
tree7fe5a80a5e5805c8f9d66542a3f397e6802331f5 /README.md
parente242733deb546c2b7f00d302a96bee0c0e609a2e (diff)
Add edit ledger
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index 62b1068..a51fe9b 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,9 @@
# marks.budget
-# Installation
+## Usage
+Manage your personal budget with this site. You can track a ledger of expenses, goals, and recurring expected expenses. A summary view breaks down differences weekly, monthly, and yearly.
+
+## Installation
Download the repository, run `npm install`, set up a mysql server with a user and a database,
fill out a `config.json` file as specified below, and then `npm run run`.
@@ -17,3 +20,7 @@ fill out a `config.json` file as specified below, and then `npm run run`.
}
```
+## TODO
+- Add graphs
+- Add initial balance somewhere
+- Add assets/liabilities?