Tasks
1. Show/hide contact details on hover
Hint using state and a callback, not CSS.
Hint using state and a callback, not CSS.
Add button that keeps the contact expanded
Filter by all fields, not just name
Make filtering case insensitive
Add button that sorts contacts by name; clicking the button should toggle sort direction
Add an icon the the button (↑/↓) to indicate sorting direction.