- Notifications
You must be signed in to change notification settings - Fork5
🇲🇻 FisaMatrix: Fully-Local Personal Finance Insights
License
NotificationsYou must be signed in to change notification settings
Raais/fm
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Alocal-firstlocal-only, solution to gain insights to your personal finances.
- Upload your statements
- Categorize your transactions
- That's it.
- Built In / Custom Categories
- Daily expenses graphs
- Monthly expenses Trends
- Select any range
- Category Aggregates / Breakdowns
- End-of-month Forecasts
- Debit Sum / Count Overviews
- Powerful search for Dataset table
- Locally Stored (Browser Storage / IndexedDB)
- Import Transactions as CSV
- Import/Export all data as SQLite DB
- Because I didn't want to open my budget tracker app and manually add transactions everytime
- Zero work (after categorizing)
- One, authoritative source of truth (it's literally your bank)
This is afully client-side React app... the only network request is for fetching currency rates.
All your data is stored in your Browser'sIndexedDB Storage. You can inspect everything the app sees by clicking the tiny black-and-pink icon on the bottom.
You can convenientlyexport orrestore the entire database from the settings tab.
npm installnpm run dev
MIT
About
🇲🇻 FisaMatrix: Fully-Local Personal Finance Insights