Skip to content

SCET-CODING-CLUB/Expense-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Expense Tracker

πŸ“Œ Overview

The Expense Tracker is a simple web application that helps users manage and track their daily expenses. It allows users to add expenses, categorize them, and view a summary of their spending.

✨ Features

  • Add expenses with a description, amount, and category.
  • Display a list of expenses with date and time.
  • Filter expenses by category.
  • Calculate total expenses.
  • Persistent data storage using local storage.

πŸ› οΈ Technologies Used

  • HTML - Structure of the application.
  • CSS - Styling and UI design.
  • JavaScript - Functionality and interactivity.

πŸ“‚ Project Structure

expense-tracker/
│── index.html      # Main HTML file
│── style.css       # CSS file for styling
│── script.js       # JavaScript file for logic
│── README.md       # Project documentation

πŸš€ Getting Started

1️⃣ Clone the Repository

git clone https://github.com/yourusername/expense-tracker.git
cd expense-tracker

2️⃣ Open in Browser

Simply open index.html in your browser.

3️⃣ Use the App

  • Enter the expense details and click Add Expense.
  • View your added expenses in the list.
  • The total amount updates automatically.

πŸ“Œ Future Improvements

  • Add income tracking.
  • Implement charts for better visualization.
  • Introduce user authentication.

πŸ“œ License

This project is open-source and available under the MIT License.


πŸ’‘ Contributing

Feel free to fork this repository and submit a pull request if you have improvements!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •