Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 596 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 596 Bytes

React ToDo:

Practicing a basic React ToDo app with changed persistant state.

Project live at https://otpidusprime.github.io/react-todo/

💫 Changelog:

v 2.0 :: 23 Nov 2020

  • Refactored code of <App /> component with Hooks

v 1.1 :: 18 Nov 2020

  • Updated local state with componentDidUpdate() lifecycle

v 1.0 :: 17 Nov 2020

  • Initial release with local state save