An easy-to-use expense tracker built with HTML, CSS, and JavaScript. Utilizes Bootstrap for styling.
- Add and track your expenses
- Edit or delete existing expenses
- Modern and minimalist design
- Persistent storage using local storage
-
Clone the repository:
git clone https://github.com/ashwinc17/expense-tracker.git
-
Open the project in your favorite code editor.
-
Launch the project using a local server or open the
index.html
file in a web browser.
- Fill out the expense form to add a new expense.
- Edit or delete expenses using the provided buttons.
- Clear all expenses using the "Clear All" button.
- HTML
- CSS
- JavaScript
- Bootstrap
Contributions are welcome! Please follow these guidelines:
- Fork the repository.
- Create a new branch:
git checkout -b feature/new-feature
. - Make your changes and commit them:
git commit -m 'Add new feature'
. - Push to the branch:
git push origin feature/new-feature
. - Submit a pull request.
- Thanks to Bootstrap for providing a responsive design framework.
For any questions or suggestions, feel free to reach out