Skip to content

An Expense Tracker web app built with JavaScript. Users can record, edit, and delete expenses locally, with data stored using browser localStorage. Uses Bootstrap for styling.

License

Notifications You must be signed in to change notification settings

soubhagyasethy/expense-tracker-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expense Tracker

Expense Tracker is a simple web application built with HTML, CSS, and JavaScript that helps users keep track of their expenses. It allows users to record their expenses by entering the amount, description, and category, and provides functionalities to edit or delete expenses as needed.

Live Demo

You can try out the live demo here.

image

Features

  • Add Expenses: Users can add new expenses by entering the amount, description, and selecting a category.
  • Edit Expenses: Existing expenses can be edited to update their details.
  • Delete Expenses: Users can remove expenses from the list.
  • Local Storage: All expense data is stored locally using the browser's localStorage API, ensuring persistence between sessions.

Technologies Used

  • HTML
  • CSS (Bootstrap for styling)
  • JavaScript

Usage

  1. Clone the repository to your local machine.
  2. Open index.html in your web browser.
  3. Start adding, editing, and deleting expenses to manage your finances.

Contributing

Contributions are welcome! If you'd like to contribute to this project, feel free to fork the repository and submit a pull request with your changes.

License

This project is licensed under the MIT License.

About

An Expense Tracker web app built with JavaScript. Users can record, edit, and delete expenses locally, with data stored using browser localStorage. Uses Bootstrap for styling.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published