Skip to content

Sunshine-coding/React-Bank-Account-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3rd React project

Bank Account Tracker

Do you want to keep track of your budget and expense? :) Here is the application for you! Always welcome to listen more ideas/feedbacks

1. Main features

  • 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

2. Implementation with React

  • 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

3. Demo

https://bankaccounttracker.netlify.com/