Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 628 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 628 Bytes

TODO APP

TASK

  • Debug and update a simple React todo app acording to the following.

PROBLEMS/REQUESTS REPORTED

  • When clicking on the radio button to complete a todo, nothing happens.
  • When clicking on the "HIDE COMPLETE" button, nothing happens.
  • The end users want the theme to match their colors. (teal and light green).
  • We need to hold and access the selected todo in the react store.
  • Rather than using a UUID for each newly create todo, let's use the next id avaliable.

TIME FRAME

  • ReactJS developer: 1 day.
  • Some ReactJS experiance: 2 days.
  • No ReactJS experiance: 3 days.