Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.28 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.28 KB

Task List Front End

In this pair project, we will be working with state & events in React. Then we will use the useEffect hook to update state from an API and persist state to an API with events.

Learning Goals

The goals of this pair project are to:

  • Gain an ability to use State in a React component and pass information to other components via props
  • Use the useEffect hook to update state after the component first mounts
  • Use axios to make API calls to update state
  • Write controlled form components

Forking the Repository

When forking this repository, be sure to uncheck the button that says: "Copy the main branch only"

Project Directions

Notes on Tests

We have added tests to the project for students to investigate at their own discretion. They are not required to understand or learn about lifting state, useEffect, APIs or controlled forms.