Description
Create a component that can display a single applicant list item in a list of applicants.
Technical Details
- The file for this component should be at
applicant-tracking/src/components/ApplicantListItem/index.tsx
-
- should match the figma
- This component will take the following props:
applicant: ApplicantResponse - the applicant we want to display
- It should display the applicant name (first and last), status, NetID and application
Teachables
Testing Steps
Dependencies
Description
Create a component that can display a single applicant list item in a list of applicants.
Technical Details
applicant-tracking/src/components/ApplicantListItem/index.tsxapplicant: ApplicantResponse- the applicant we want to displayTeachables
Testing Steps
Dependencies