Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1015 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 1015 Bytes

Expense Tracker built with Vue.js & Composition API

screen-capture-ezgif com-crop

The Expense Tracker allows users to manage their transactions, providing insights into their balance, income, and expenses. It includes features for adding new transactions, viewing a list of transactions, and deleting transactions. The application persists data locally using localStorage.

Features

  • Provides a real-time calculation of the total balance based on recorded transactions.
  • Separate categorization and computation of total income and expenses.
  • Interactive list displaying all transactions, equipped with options to delete specific transactions.
  • Utilizes localStorage to persist transaction data locally within the user's browser.

Installation

  • Run npm install to install dependencies
  • Run npm run dev to launch the local server

Live Demo

https://expense-tracker-flame-six.vercel.app/