bradtraversy / vue-expense-tracker

Expense tracker built with Vue 3 and composition API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue 3 Expense Tracker

An expense tracker app built with Vue 3 and the composition API.

  • Add and remove expenses/income
  • Track balance
  • Save data to local storage
  • Vue Toastification for notifications
  • <script setup> syntax (Vue 3.2+)

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

License MIT

About

Expense tracker built with Vue 3 and composition API


Languages

Language:Vue 61.5%Language:CSS 27.7%Language:JavaScript 6.6%Language:HTML 4.2%