A simple expense tracker web application built with Vue.js.
- View total balance
- View income and expenses
- Add new transactions
- Delete existing transactions
-
Clone the repository:
git clone https://github.com/jawad-mohsin/expense-tracker.git
-
Navigate to the project directory:
cd expense-tracker
-
Install dependencies:
npm install
-
Run the development server:
npm run start
-
Open your browser and go to http://localhost:8080
- Vue.js
- Vue Router
- LocalStorage (for data persistence)
Contributions are welcome! Please feel free to submit a pull request.