From 4b1ff577aee11f5fcd920e3b0dee0e4c568743d7 Mon Sep 17 00:00:00 2001 From: Hrushikesh Vaidya Date: Tue, 24 Sep 2024 18:46:40 -0700 Subject: [PATCH] Added README --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 88ca183..63b3299 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,19 @@ -# money_warden +# Money Warden + +![Money Warden](./assets/images/logo.png) A budgeting app using Google Sheets as a backing store. + +Money Warden stores all your transaction data in a Google Sheet that you create. None of your +data is ever sent to any external service except the Google Sheet created _in your Google +account_. All the features provided by the app (CRUD transactions, CRUD transaction categories, +and everything else) are backed by either the single Google Sheet or by your device's local storage. + +This also allows you to run any custom analytics you want on your transactions in an +Excel environment, letting you go beyond the standard analytics offered by any budgeting app. +You can share your transaction data with others by simply sharing the Google Sheet with them. + +Money Warden is completely open source, and all contributions are welcome! + +Please report any issues you face or request any new features on this repository's +[issues page](https://github.com/hrushikeshrv/money-warden/issues). \ No newline at end of file