The Expense Tracker is a simple web application that helps you keep track of your expenses. You can enter the description, category, and amount of each expense, and see a summary of all your expenses in a table.
- Add new expenses with description, category, and amount.
- View a summary of all added expenses.
- Responsive design for use on various devices.
- HTML
- CSS
- JavaScript
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/tanishasgit/Expense-Tracker
- Navigate to the project directory:
cd expense-tracker - Open the
index.htmlfile in your preferred web browser.
- Open the application in your web browser 5DB8 .
- Enter the expense description, select a category, and enter the amount.
- Click the "Add Expense" button to add the expense to the summary table.
- View the summary of all added expenses in the table below the form.
Contributions are welcome! If you would like to contribute, please fork the repository and submit a pull request. For major changes, please open an issue first to discuss what you would like to change.
- Fork the project.
- Create your feature branch:
git checkout -b feature/AmazingFeature
- Commit your changes:
git commit -m 'Add some AmazingFeature' - Push to the branch:
git push origin feature/AmazingFeature
- Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.