Ledger Sheet is a Next.js-based web application specialized in managing household finances on a monthly basis.
The name comes from the Japanese-English term “レジャーシート (leisure sheet)”, meaning something you can easily spread out and use anywhere.
- Dashboard overview
- Monthly totals for income, expenses, balance, and net assets
- Income and expense tracking
- Categorized income (e.g. salary, bonus, misc)
- Categorized expenses (e.g. fixed, food, housing, wants)
- Monthly trend visualization
- Line and area charts for income and expenses over time
- Category breakdown
- Total amounts per category for the selected period
- Account / balance tracking
- Multiple accounts such as savings, investment pools, envelopes
- Period filtering
- View data by month or year
git clone https://github.com/tetta-pdnt/ledger-sheet.git
cd ledger-sheet
npm install
npm run devOpen http://localhost:3000 in your browser.
This project is under active development.