Expense tracker, A Simple Expense Tracker Web app built in Vue-js.
It helps you to manage and track your daily income and expenses.
- Step 1: install dependencies/node_module
npm install
- Step 2: Start dev server
npm run dev
- Add income
- Add expense
- View income expense chart
- Edit and Remover record
- View all stat in Dashboard
- Total income
- Total expense
- Remaining amount
- This month expense
- Sort by Latest/Oldest
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup>
SFCs, check out the script setup docs to learn more.