Spendy is a simple expense tracker website that helps you keep track of your daily expenses. You can add expenses by entering the name, amount, and date of the transaction. The project is built using HTML, CSS, and JavaScript.
- Add Expense: Enter the name, amount, and date to record a new expense.
- View Expenses: See a list of all your expenses in a clean and organized manner.
- Responsive Design: The layout is responsive and works well on different devices and screen sizes.
- Data Persistence: All your transactions are saved locally and are available even after refreshing the page.
- Delete Transactions: Hover over your transaction to get a delete button which removes the selected transaction from the list.
- HTML: For the structure of the web page.
- CSS: For the styling of the web page.
- JavaScript: For the functionality of adding and viewing expenses.