Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 592 Bytes

TODO-EN.md

File metadata and controls

10 lines (8 loc) · 592 Bytes

Subject 3 (2.5 pts)

TOPIC: REACT

Given an application which shows a list of task modify the code so that it allows for selection of multiple tasks(which are placed in a separate list):

  • The application renders without error; (0.5 pts)
  • For each task task there is a select button which selects the task; (0.5 pts)
  • On clicking the select button, the selected row is added to a selection list; (0.5 pts)
  • For a selected task, on clicking deselect the selected row disappears from the selection list; (0.5 pts)
  • The selection list does not contain duplicates. (0.5 pts)