expense-tracker A simple expense tracker built with Vue 3 and TypeScript. 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