Description
For this task, I would like for you to create a list component that takes an array of type Applicant and will display them by calling the applicant bar component for each element in the array.
Technical Details
To do this, you will have to use a map function to essentially say, "hey, for each element, do this."
Your code will go into a file you create within the components file.
Teachables
Testing Steps
Dependencies
Description
For this task, I would like for you to create a list component that takes an array of type Applicant and will display them by calling the applicant bar component for each element in the array.
Technical Details
To do this, you will have to use a map function to essentially say, "hey, for each element, do this."
Your code will go into a file you create within the components file.
Teachables
Testing Steps
Dependencies