issues
search
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
Lists each issue from the file issueList.js showing all 4 fields
Color codes each issue: 3 = red, 2 = amber, 1 = inherit
Provides options to sort by each field,
Extra
Keep the list in state
Provide functionality to add and delete issues
Make an issues list component that
Extra