To Do App Update

An update on what I am currently up to.

I finished my To Do App last Friday and asked for some feedback from a tutor from Northcoder's.



I am currently improving the app based on his feedback:
  • refactor useReducer code to accomodate unit testing for reducer.
  • implement unit testing for reducer.
  • provide an option for user to delete account.
I have completed the first and second bullet point, and working on the third one.

Comments