LocalMoneyTracker is a desktop application for managing personal and family finances completely offline. It is built with Electron and stores data locally using SQLite (planned).
Install dependencies and start the application:
npm install
npm startCurrently the project contains only the basic Electron setup. Further development will implement features such as multi-currency accounts, budgeting, recurring transactions and data encryption.