Skip to content

devravimori/expense-tracker

Repository files navigation

Expense Tracker

Expense tracker, A Simple Expense Tracker Web app built in Vue-js.

It helps you to manage and track your daily income and expenses.

Setup instruction

  • Step 1: install dependencies/node_module
    • npm install
  • Step 2: Start dev server
    • npm run dev

Features

  • 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

Sreenshot

Dashboard

expense-traker1

Income/Expense Chart

expense-traker2

Add Income/Expense modal

expense-traker3

Vue 3 + Vite

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.

Recommended IDE Setup