The Expense Tracker allows users to manage their transactions, providing insights into their balance, income, and expenses. It includes features for adding new transactions, viewing a list of transactions, and deleting transactions. The application persists data locally using localStorage.
- Provides a real-time calculation of the total balance based on recorded transactions.
- Separate categorization and computation of total income and expenses.
- Interactive list displaying all transactions, equipped with options to delete specific transactions.
- Utilizes localStorage to persist transaction data locally within the user's browser.
- Run npm install to install dependencies
- Run npm run dev to launch the local server