This is an Expense Tracker, people can use it to record their daily income and expense. In order to better the user's view experience, this app will use dynamic plot to show the transactions in details. It will also do the balance computation automatically so that help the user to manage their comsumptions. The app allows users to add new transaction by choosing expense or income category, amount and date, it also allows user to input their remarks for each transaction. The user can choose to delete a single transaction, clean the whole transaction list or re-arrange the position of each transaction by dragging to new position.
npm install
npm start