On this coding test, you need to create an React JS (NextJS preferred) application solution to solve all the questions below.
You can use any 3rd party library that is provided on public NPM repository.
- Please fork this project on branch main.
- All Assets (logo & icon) are provided in this repository.
- After completing the tests, please push the code to your repository, notify and send your repository url to the examiner.
You need to connect with our screening API on this URL:
Base URL : https://screening.moduit.id/
Swagger : https://screening.moduit.id/swagger
Note: There's no authentication mechanism that you need to implement.
Please create a page that sends request to this endpoint: /frontend/web/question/one
and display it into a grid (data table) like mock-up below:
Please create a page that sends request to this endpoint: /frontend/web/question/two
and display it into a grid with additonal function: pagination and search (by title) like mock-up below:
Note: there's no server filtering, you need to apply the filter in your code.
You have 24 hours to complete all questions.
Good Luck!