A simple expense tracker built with Vue 3
and Vite
.
This is my first project using Vue
, created as a learning experience.
- Add Expenses: Users can input expense details, including title, description, amount, category, and date.
- View Expense List: Display all added expenses in a list.
- Delete Expenses: Remove any expense from the list.
- Filter by Category: View expenses for a specific category using a filter.
- Calculate Totals: Show the total amount spent and display totals broken down by category.
- Track Dates: Organize and display expenses by date.
pnpm install
pnpm dev
pnpm build
Run Unit Tests with Vitest
pnpm test:unit
Lint with ESLint
pnpm lint