Based on the boilerplate given to you:
- try to recreate the list shown in the following images.
- try to add the search functionality so that the list is filtered by
guestName
. This should be done only in the frontend.
Design | Legend |
---|---|
![]() |
![]() |
- Clone the repo.
- Install dependencies with
yarn
. - Run the project with
yarn dev
.
We will evaluate both your javascript and css. Please note that we will be paying more attention to the application behaviour so don't waste time on pixel perfection.
- Fork this repo.
- Do your magic. You can change anything you want to except
modules/api
. - Submit a PR to your own fork or send us a ZIP file via e-mail.
- This project is based on Next.js. Check their documentation if you need to.
Feel free to reach out to us if you get stuck on this. It is not the purpose of this task.