Skip to content

Latest commit

 

History

History
28 lines (11 loc) · 1.04 KB

wave-02.md

File metadata and controls

28 lines (11 loc) · 1.04 KB

Wave 02: State & Event Handling

Learn Topics: React Components, Props, and State & Event Handling required for this wave

Use the following steps to get started:

  1. One team member should fork and clone the repository.
  2. Add other team member(s) as collaborators in GitHub

State & Event Handling

In Wave 02, we will explore the starter code for Task List Front End. For this wave you should make sure that that you are on the main branch.

Read through the code in App.jsx, TaskList.jsx and Task.jsx and their style sheets to understand how data and events are being handled. You may use the following questions and suggestions to guide your exploration:

  1. How is the strikethrough style applied when the task title is clicked?
    • Consider updating the appropriate rule sets to change the text or background color when a task is marked complete.

The suggestions above should give you a strong foundation for working with Task List Front End. As time allows, follow your curiosity to explore more of the code and features.