An expense tracker app 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
An expense tracker app built with Vue 3 and the composition API.
<script setup>
syntax (Vue 3.2+)npm install
npm run dev
npm run build