Skip to content

utk09-NCL/finance-tracker-ghw

Repository files navigation

Finance Tracker (GHW)

A simple finance tracker built during MLH GHW AI/ML Week.

Requirements

  • Node v22.20.0
  • npm v10.9.3

Get the code

git clone https://github.com/<your-username>/finance-tracker-ghw.git # fork and replace <your-username>
cd finance-tracker-ghw

# If using mine, then
git clone https://github.com/utk09-NCL/finance-tracker-ghw.git
cd finance-tracker-ghw

Install dependencies

npm install

Run locally

npm run dev

Then open the printed local URL in your browser, usually http://localhost:5173.

Useful commands

  • Lint: npm run lint
  • Format: npm run format
  • Fix lint + format: npm run lint:format
  • Type-check & build: npm run build
  • Preview production build: npm run preview

Features

  • Track income and expenses
  • Visualize financial data with charts
  • Add transactions
  • View and filter transactions in a table

About

A simple finance tracker built during MLH GHW AI/ML Week.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors