Keep track of your income and expenses with the Expense Tracker app. This React project allows you to add and remove items and saves your transactions to local storage.
- User-friendly UI to manage income and expenses.
- Display of transaction items in the DOM.
- Real-time balance, expense, and income totals.
- Add new transactions and reflect changes in totals.
- Delete items from the DOM.
- Data persistence using local storage.
Clone this repository:
git clone https://github.com/MehraDevesh2022/expense-tracker.git
Install dependencies:
cd expense-tracker
npm install
Run the app:
npm start
Pull requests are welcome add some new features or fix any bugs you find.