OANDA interview question

Design FE app in react from free API. display table, do search, filter by certain parameter.

Interview Answer

Anonymous

Feb 25, 2025

Standard React app, call API with fetch or axios, display in table, uses basic hooks, use buttons to filter based on last name, first name, etc.