tvc-school / react-challenges

Description of React challenges
MIT License
0 stars 0 forks source link

List with different color items based on data #12

Open klequis opened 5 years ago

klequis commented 5 years ago

Make an issues list component that

  1. Lists each issue from the file issueList.js showing all 4 fields
  2. Color codes each issue: 3 = red, 2 = amber, 1 = inherit
  3. Provides options to sort by each field,

Extra