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+)- Test with the cypress of the application.
npm install
npm run dev
npm run build