nss-evening-cohort-8 / home-for-the-holidays

0 stars 1 forks source link

Print Attendees to Holiday Page #31

Closed TimothyHarley closed 5 years ago

TimothyHarley commented 5 years ago

User Story

As a user, I want to see a list of all the guests that are invited to that Holiday. Guests that are flagged as unfavorable will be highlighted red.

Acceptance Criteria

The invited guests email guests names, email, and phone number should be displayed in the guests div. flagged guests will be highlighted.

Tech Notes

Call a function to loop over the guest array and have an 'if' statement for the flagged guests. include a string builder of some kind to print all the relevant information.

mjleavell commented 5 years ago

image

zoeames commented 5 years ago

duplicates #30