Do you want to keep track of your budget and expense? :) Here is the application for you! Always welcome to listen more ideas/feedbacks
- Add new income and expense (with description, amount and current date)
- Ask to fill the input before clicking the add button, if the description and amount are empty.
- Delete the items in incomes' list & expenses' list
- Display the all items in incomes', expenses' list
- Display the total balance, income and expense
- Display the current time when user uses this tracker
- Create different components (container and presentational components)
- Make a minimal set of State
- Update the array(incomesList,expensesList) in state in a manner of no mutation(concat, filter)
- Add the data to localstorage and delete the data from it
- Leave the space for nagivation for the near future
- Try to make user friendly UI