A simple finance tracker to track expenses.
- Node v22.20.0
- npm v10.9.3
git clone https://github.com/devloperds/AI-finance-tracker.git
cd finance-tracker
# If using mine, then
git clone
cd AI-finance-trackernpm 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