/exercise

This is a coding exercise for engineering candidates to perform during the interviewing process.

Primary LanguageJavaScript

Write a program which

  • Consumes a API from two Open Data Sources
  • Renders the respective payloads in a view

Bonus

  • Containerize the program
  • Clean commit history
  • Testing coverage
  • Using the features of the chosen language in place of relying on third party dependencies
  • Interactive UI features such as pagination or sorting

Todo List (if I had more time)

  • Testing for page functions
  • Pagnation on the Defense report
  • Click to give detailed view of Defense report item
  • Indicate duplicate items on Defense report
  • More try/catch and checks to ensure functions are clean and reduce errors