dsharkey / expense-manager

๐Ÿ’ธ Take control back. Track your everyday spendings.

Home Page:https://mitul45.github.io/expense-manager/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐Ÿ’ธ expense-manager Build Status

"If you can't measure it, you can't improve it." - Peter Drucker

Take control back. Introducing Expense Manager, an app to track your daily spendings. It is made of two main components:

  1. Main application: Used to add expenses to the sheet
  2. Expense Sheet: This is where you can do all kinds of analysis/summarization of your expenses.

Why? Because Google Sheets is really good with numbers, but entering data from the mobile app is not very convenient. The idea is to make adding expense as simple as it can be. You should add them at the same moment you make a transaction. Make it like a habit.

Detailed analysis of the sheet can be deferred till you get an access to a computer. You can plot fancy charts at end of the month, set the budget for next week, etc. And I feel all of that need not necessarily be done on small screen.

Features

  • Built for the web - works cross-platform (iOS, Android, Mac, Windows, Linux).
  • Uses Google Sheet as a database to store expenses. Why?
    1. Privacy. It's your personal data. It should belong to you.
    2. Sheets is way better at handling numbers than me. You can do all kinds of analysis using graphs, formulas, etc.
    3. I didn't want to write backend ๐Ÿค“
  • Progressive Web App - Quick to load, can be installed as a standalone app on phone.
  • Easier sharing. Sharing expenses with someone (wife, family)? Share the expense sheet and all of your combined data belongs to the single sheet.
  • Backup. Didn't I tell you it uses Google Sheets to store expenses? Your data is always backed up on โ›…
  • Mobile friendly layout.

How to get started

  1. Add this sheet to your Google Drive. After signing you should be able to see this button on top left corner - Add to My Drive.
    Add to My Drive
  2. Don't rename it. It should be named Expense Sheet.
  3. Update categories, account names, initial values in Data sheet. Clear our sample expenses in the first sheet.
  4. That's it! You can start adding expenses now.

Permissions

  • Read access to Google Drive to find Expense Sheet.
  • Read and write access to Google Sheets to add expenses.

Check it out

https://mitul45.github.io/expense-manager/ ๐Ÿš€

About

๐Ÿ’ธ Take control back. Track your everyday spendings.

https://mitul45.github.io/expense-manager/

License:MIT License


Languages

Language:JavaScript 47.9%Language:HTML 47.2%Language:Shell 3.0%Language:CSS 1.9%