This is a simple web application to track your personal budget. It allows you to add income and expense transactions, view a summary of your finances, and toggle between light and dark modes.
- Add Transactions: Add income or expense transactions with a description and amount.
- Transaction History: View a list of all transactions with the ability to delete individual transactions.
- Summary: View the total income, total expenses, and savings.
- Dark Mode: Toggle between light and dark modes for better visibility.
- Persistent Data: Transactions and dark mode preference are saved in local storage.
- HTML
- CSS
- JavaScript
- Open
index.htmlin your web browser. - Add a transaction by entering a description, amount, and selecting the type (income or expense).
- Click the "Add" button to add the transaction.
- View the summary and transaction history.
- Toggle dark mode using the "Toggle Dark Mode" button.
- Clear all transactions using the "Clear History" button.
css/styles.css: Contains the styles for the application.js/script.js: Contains the JavaScript code for handling transactions and UI updates.index.html: The main HTML file for the application.img/: Directory for images.