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.
You can try out the live demo here.
- 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.
- HTML
- CSS (Bootstrap for styling)
- JavaScript
- Clone the repository to your local machine.
- Open
index.html
in your web browser. - Start adding, editing, and deleting expenses to manage your finances.
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.
This project is licensed under the MIT License.