Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.1 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.1 KB

MiniBudget

A minimalstic, personal budget tool in a single file. Data is being saved and turnover is calculated as you type. All data is saved with the LocalStorage of your browser and remains on your machine. Currently only in German.

Screenshot

Installation

Download or clone this repository and deploy the single minibudget.html file to a web server of your choice. Or simply use the online deployment, if available.

Requirements

  • Server: none, any HTTP server will do.
  • Client: any modern browser with JavaScript and LocalStorage enabled.

Contribution and Development

Future development is currently not scheduled, as rough requirements have been met; contributions to this repository are highly welcome, however.

Known Bugs

  • Import/Export buttons don't seem to always work. Repeated usage of the desired function bypasses the issue.
  • The expanses side doesn't prepend - to numbers automatically. Users must take care of that themselves.
  • An english translation is missing.