Finance SaaS Platform with ability to track your income and expenses, categorize transactions and assign them to specific accounts, as well as how to import transactions using a CSV file.
Try here: https://nextjs-finance-app-peach.vercel.app
Email: Test@test.com
Password: 12345678
First, copy .env.example
to .env
, setting up your own env
Then, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev