Application for tracking personal finances and attaining financial independence
- detailed personal finance tracking
- balance and cashflow records for any time in the past
- calculate your financial independence (early retirement) date
- first class data synchronization all throughout
- dark mode
Make sure to install the dependencies:
# pnpm (recommended)
pnpm install
# yarn
yarn install
# npm
npm install
Start the development server on localhost:3000
pnpm dev
Build the application for production:
pnpm build
Locally preview production build:
pnpm preview