Thank you for applying for our open position. We are happy to have you here. 🎉 Your task is to build a page from the provided playlist items. The UX of the page is entirely up to you. You can use your favourite framework but it's not mandatory.

We would like to see a few features though:

API enpoint:

GET 'https://player-homework.vercel.app/api'

Example payload:

[
  {
    avatarURL: "https://exmaple.com/avatar.png"
    created: "2/21/2021"
    description: "Example description"
    email: "abc@example.com"
    guid: "090206cb-c412-43ec-b11c-b65ecec270f1"
    mediaType: "recorded"
    title: "Traffic Affairs"
    userName: "kshilleto0"
  }
  ... [99 more items]
]