You are given an array of transaction objects with the shape { name: string, amount: number }[]. Implement a frontend UI in three progressive steps: (1) Render the transaction list; (2) Find the transaction with the largest amount and visually highlight its name in the…