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+).
npm install
npm run dev
npm run build