This is a simple Expense Tracker built using HTML, CSS, and Vanilla JavaScript.
- Stores expense data using **Local Storage**, so no database is required
- Data remains saved even after refreshing the webpage
- Local Storage can store approximately **5MB–8MB of data** in the browser
- Tracks expenses with **current date and time** using JavaScript Date functions
- Clean and user-friendly interface
- HTML - CSS - JavaScript (Vanilla JS)