Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 808 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 808 Bytes

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