You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Budget Tracker is a web application that enables users to manage their finances by adding income and expenses. It displays transactions in a table and automatically updates the balance. Users can delete transactions as needed. The project is built using HTML, CSS, and JavaScript, with data stored in localStorage to persist across sessions.