Works on Edge, Chrome, and Chromium Browsers. Doesn't work on Firefox.
MoneyMap is a lightweight personal finance tracker built with modern web technologies that stores your expense data locally in the browser using IndexedDB — no server, no cloud, just private and fast tracking.
-
Add expenses with details like amount, category, and date
-
Data is stored persistently in the browser via IndexedDB, even after page reloads
-
Works completely offline — perfect for privacy-focused users
-
Minimalist and intuitive UI for quick expense entry
-
Optional visualizations (charts/tables) for monthly or category-wise breakdown
Client: ReactJs
Server: 100% Client-Side (IndexedDB)
Clone the project
git clone https://github.com/AmalFrancisOlakengil/MoneyMap.gitGo to the project directory
cd MoneyMapInstall dependencies
npm installStart the server
npm run startIf you have any feedback, please reach out to francisamal030@gmail.com
