Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 539 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 539 Bytes

expense-tracker

A simple expense tracker built with Vue 3 and TypeScript.

Expense Tracker

View the live demo here!.

Features

  • Add, remove and edit transactions
  • View total balance, income and expenses

Project Setup

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Type-Check, Compile and Minify for Production

pnpm build

Lint with ESLint

pnpm lint