A simple web-based expense tracker inspired by Splitwise that allows users to record shared expenses and view the total spending.
- โ Add expense by person
- ๐ Automatic total calculation
- ๐พ Data saved using localStorage
- ๐ฑ๏ธ Click expense to remove
- ๐ฏ Beginner-friendly project
Users can enter:
- Person name
- Amount paid
The app stores each entry and updates the total expense dynamically.
- HTML
- CSS
- JavaScript
- LocalStorage