This question evaluates competency in frontend UI development, state management, real-time filtering, and aggregate computation (finding and highlighting maximum values) with attention to algorithmic efficiency; domain: frontend UI engineering (Other/Miscellaneous).
Implement a small web UI component (e.g., in a modern frontend framework) that receives an array of items with the shape { name: string, amount: number }. The component must render the list, support text and numeric filtering, and highlight the item name(s) whose amount is the maximum among the currently filtered items.
Login required