Skip to content

TheDescendant39/React_Basics_Revision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React_Basics_Revision

Created with CodeSandbox

A To-Do list project which enables user to enter to-tasks in form of text and also lets them mark each task as completed and even delete each task. Project demostrates almost all the basic functionatilities of React which are:

  • Event Hooks
  • Using states to manipualte UI
  • Hanlding events
  • Passing information down to child components
  • Function callback to pass up child's information to parent.