Keep track of income and expenses. Add and remove items and save to local state.
- Display transaction items in DOM
- Show balance, expense and income totals
- Add new transation and reflect in total
- Delete items from DOM
- Persist to local state
Interactive View : Expense Tracker
Install dependencies
npm install
Run app
npm start
Aditya Kumar Cypher