Welcome to my Expense Tracker Website! This project helps users track their daily expenses efficiently. This Expense Tracker Web App is a simple tool built with HTML, CSS, and JavaScript to help users manage their finances effectively. Keep track of your income and expenses, add new transactions, and visualize your financial health.
- Add Expenses: Easily add and categorize your expenses.
- Expense Overview: View a summary of your spending.
- Interactive Interface: Dynamic updates without page refresh.
- Responsive Design: Optimized for all devices (desktop, tablet, mobile).
- Persistent Data: Data saved locally in the browser.
- Open the web app in your browser.
- Enter the transaction details, including the transaction text and amount.
- Press the "Add Transaction" button to update the list and balances.
- View your current balance, income, and expenses.
- Delete transactions by clicking the "x" button next to each entry.
- HTML5: For structuring the web pages.
- CSS3: For styling and enhancing UI/UX.
- JavaScript: For dynamic and interactive functionalities.
- The JavaScript code handles transaction addition, deletion, and updates to the local storage.
- Transactions are stored locally to maintain data persistence between sessions.
To run the website locally, follow these steps:
-
Clone the Repository:
git clone https://github.com/shivpr23/Expense_Tracker.git
-
Navigate to the Project Folder:
cd Expense_Tracker -
Open in Your Browser: Simply open
index.htmlin your preferred browser.
Experience the live version of the Expense Tracker here: 👉 Live Demo
Contributions are welcome! If you'd like to suggest improvements or report issues, feel free to open an issue or a pull request.
- Fork the repository.
- Create a new branch.
- Commit your changes.
- Open a pull request.
This project is licensed under the MIT License.
For any inquiries, feel free to reach out:
- Email: Shiv.shivapratap124@gmail.com
- LinkedIn: Shiv Pratap
Thank you for checking out my Expense Tracker! 💼📊
Made with ❤️ using HTML, CSS, and JavaScript