Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 772 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 772 Bytes

Vue 3 Expense Tracker (Tutorial Project)

An expense tracker application 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

Notes and Author Credit

This is a tutorial project created by following Brad Traversy's tutorial video found on YouTube at the following link (original author of tutorial project): https://www.youtube.com/watch?v=hNPwdOZ3qFU