Find it here!
Moneytracker is a dead-simple way to keep track of the fiat or crypto assets you have across different entities. Currently, moneytracker is in early development, and only supports front-end functionality. This means that all behaviour is driven from localstorage, and no data is sent to or persisted on any server.
corepack enable
pnpm i
cd website
pnpm dev
- Add a holding entity (literally 'what' holds your money). This can be anything from a bank account to a crypto wallet
- You'll also need to add the asset name, the amount of the asset, and the symbol of the asset
- For example, if you have 1000 USD in your DBS bank account, you would add a holding entity with the name 'DBS Bank', the asset name 'USD', the amount '1000', and the symbol 'USD'
- That's it!