Problem statement

NOTE!_ This challenge is based on the solution from the previous challenge, if you haven’t completed the previous challenge I highly recommend you to do that before continuing with this challenge._

In this challenge you have a list of profiles. Each item on the list is a doctor profile that contains basic information of each doctor and a number of likes.

You have a set of profiles ready to be shown and ProfileCard component that takes a profile prop and renders a single profile. You used v-for directive to iterate through the profiles array render the list.

There are also two button you can use to sort the list.

You were asked to implement additional features to the list, below are the requirements.

#vuejs #interviewing #interview #interview-questions #interview-tips #vue

Vue.js Interview Challenge  — Add and Filter Profiles
1.80 GEEK