Expense Tracker
Live demo: Click Here
A lightweight, user-friendly expense tracker web app to help you log, categorize, and visualize personal expenses. Built with modern front-end tooling and designed for easy deployment (Vercel ready).
About
Expense Tracker is a simple application to record incomes and expenses, categorize them, and get a clear snapshot of your finances. It’s intended as a starter project or a personal finance utility you can extend.
Features
- Add and remove transactions
- Categorize transactions (e.g., Food, Transport, Bills)
- Show running balance and totals for income/expenses
- Responsive UI for desktop and mobile
- Export or share data (if implemented/extended)
Tech stack
- HTML, CSS (project main language reported as CSS)
- JavaScript / Framework (replace as appropriate: React, Next.js, Vue, or Vanilla JS)
- Vercel for hosting (live demo URL provided)
If you'd like, I can open the repository and detect exact frameworks and package scripts to make this section precise.
Getting started
Prerequisites
Installation
- Clone the repo
git clone https://github.com/GourangaDasSamrat/Expense-Tracker.git
- Change directory
cd Expense-Tracker
Run locally
Open the index.html file in your browser.
Contributing
Contributions are welcome! Suggested process:
- Fork the repository
- Create a branch (feature/your-feature)
- Commit your changes with clear messages
- Open a pull request describing your changes and motivation
Please follow consistent code style and include tests for new logic where possible.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Contact
Repo owner: https://github.com/GourangaDasSamrat