Skip to content

401-advanced-js/Lab38

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lab38 Spencer Hirata

Login/Auth System

  • Convert the <Login /> and <Auth /> components from classes to functional components
  • Implement the useContext() hook to tap into the Login Context
  • Use the useState() hook in the <Login /> component to manage form state as the user types.

To Do Component

Note that this component is protected by the <Auth /> system, so make sure that this functionality remains intact.

  • Convert from class to a function component

  • Use the useReducer() hook to manage the To Do List items list

  • Use the useState() hook to manage the form

  • I need so much help on this section

UML