Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 542 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 542 Bytes

vueSpend - Expense Tracker

Introducing an expense tracker app developed with Vue 3 and the composition API. Features include:

  • Seamless addition and removal of expenses/income.

  • Real-time tracking of balance.

  • Data persistence via local storage.

  • Integration of Vue Toastification for notifications.

  • Utilization of the <script setup> syntax (Vue 3.2+).

    Expense Tracker

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build