This question evaluates frontend engineering competencies such as UI component architecture, state management, asynchronous data fetching, client-side search/filtering and sorting, and performance considerations for large lists.
Build a small UI that displays a list of movies loaded from a JSON endpoint.
db.json
URL (assume it returns an array of movie objects).
name
(movie title)
year
(release year)