8000 GitHub - neberej/freemycash: A simple privacy-friendly finance tracker - expenses, income and transactions.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

neberej/freemycash

Repository files navigation

Free My Cash

A privacy-friendly, backend-optional, single-file-based finance tracker.


How It Works

  1. Create or upload a financial file (JSON).
  2. Edit and organize your data using this tool (via freemycash.com or your own self-hosted instance).
  3. Download the updated file and take it with you.

Optional: Integrate with a backend using a versioned JSON database (e.g., LowDB). A reference backend is available in the /backend folder.


Installation

git clone git@github.com:neberej/freemycash.git
cd freemycash
yarn install

Run locally

cd freemycash
yarn dev

0