A simple finance tracker built during MLH GHW AI/ML Week.
- Node v22.20.0
- npm v10.9.3
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-ghwnpm installnpm run devThen open the printed local URL in your browser, usually http://localhost:5173.
- 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
- Track income and expenses
- Visualize financial data with charts
- Add transactions
- View and filter transactions in a table