Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.37 KB

File metadata and controls

45 lines (33 loc) · 1.37 KB

📊 Personal Expense Tracker

A simple web-based Expense Tracker built with HTML, CSS, and JavaScript.
This app helps you record your daily expenses, categorize them, and view a summary of your spending.
Data is stored locally in your browser using localStorage, so it stays saved even after refreshing the page.

👉 Live Demo: Click here to try it


✨ Features

  • ➕ Add new expenses with name, amount, date, and category.
  • 📑 View expenses in a clean, tabular format.
  • 📊 Automatic summary of total and category-wise spending.
  • 💾 Data persistence using browser localStorage.
  • 🎨 Minimal and easy-to-use interface.

🛠️ Technologies Used

  • HTML5 – Structure
  • CSS3 – Styling
  • JavaScript (Vanilla JS) – Logic and localStorage

🔮 Future Improvements

  • ✏️ Option to edit or delete existing expenses.
  • 📈 Add charts and graphs for better visualization of spending.
  • 📱 Improve mobile responsiveness for a smoother experience.

🚀 Getting Started

  1. Clone this repository:
    git clone https://github.com/codesbysuraj/expense-tracker.git
    

👨‍💻 Author

Suraj Yadav