Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 1.45 KB

README.md

File metadata and controls

59 lines (43 loc) · 1.45 KB

Financial Health Indicator App

Picture

About

This is a full stack financial health indicator app.

Features

  • User authentication
  • Add transaction record
  • Filter by month or year
  • Get a financial score based on transactions

Dev

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.

Built With

Front End:

Static Badge Static Badge Static Badge Static Badge

Back End:

Static Badge Static Badge