-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
86fef96
commit 4b1ff57
Showing
1 changed file
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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). |