Learn Topics: React Components, Props, and State & Event Handling required for this wave
Use the following steps to get started:
- One team member should fork and clone the repository.
- Add other team member(s) as collaborators in GitHub
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:
- How is the
strikethroughstyle 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.