Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 645 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 645 Bytes

Scout RFP Interview App

Task

Create application using data from https://api.exchangeratesapi.io/latest

Requirements

  • Initially there should be a button. Data is fetched when the button is clicked
  • "Loading" message/UI component should be shown while data is fetched
  • Error modal should be shown when data fetch fails
  • Application parts should be tested
  • React framework
  • Application state management using Redux or GraphQL client-side framework
  • Pagination and styling is not necessary, table of exchange rates will be good enough
  • Code should be pushed to remote GIT repository for review