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