Expense Tracker

Demo Vue 3 app based on the following tutorial by Traversy Media.

  • show a list with transactions

  • add/delete an income/expenses transaction

  • track balance

  • save data to local storage

  • Vue composition API

  • use Vue toastification for notifications

    image

    Project setup

npm install
npm run build
npm run dev