Skip to content

swoodipto/react-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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