account book app

introduction

Key features:

  • filter billing items by year and month
  • sum income and outcome of current selected month
  • add new item in account
  • sum items in current month by categories and show in order

how to run

cd <this-project>
yarn install
yarn dev

Then open localhost:5000 in your browser.