ascott43517 / task-list-front-end

A React Frontend for Task-List-API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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.

About

A React Frontend for Task-List-API


Languages

Language:JavaScript 63.7%Language:CSS 18.4%Language:HTML 17.9%