This is a full stack financial health indicator app.
- User authentication
- Add transaction record
- Filter by month or year
- Get a financial score based on transactions
First, install necessary packages:
npm install
Then, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to use the started application.