GDLauncher Challenge: Frontend Engineer
$70k - $90k Full Time Remote
Welcome to the GDLauncher's challenge! This is a small coding task to
test your thinking and coding abilities. The time required to complete
this task should be around 3 hours.
Submission
Please complete this challenge and send your solution to
[email protected]
along with your updated CV. Please use
[Application] GDLauncher Challenge: Frontend Engineer
as subject.
The Problem
This challenge consists in implementing a cascader component in a
library/framework of your choice (preferably SolidJS).
Requisites
- When the component has no selected value it should show the "select" text.
- When clicking on the select input it should show the dropdown with the available options in the first column.
- When clicking on an option if it has a possible child option, it should show it.
- You're free to handle other edge cases, as you see fit.