nss-evening-cohort-12 / pants-chinos

pants-chinos created by GitHub Classroom
0 stars 3 forks source link

Celebrities/Present #4

Open MarkyAaronYoung opened 4 years ago

MarkyAaronYoung commented 4 years ago

User Story

As a user, when I first visit the Present page, I should see a page with a header and a footer and header and paragraph with "Celebrities in Chinos"

AC

WHEN the user first visits the Present page THEN I should see a landing page AND there should be a header AND there should be a footer AND there should be a "Celebrities in Chinos" block with a header and block of text AND there should be group of buttons with categories "Actors, Athletes, Politicians, Other" AND there should be cards of examples that are sortable by the buttons.

Dev Notes

Array for cards should have Who, occupation, and a picture. printCards creates domstring. printtodom

MarkyAaronYoung commented 4 years ago
Screen Shot 2020-05-05 at 8 50 19 PM
MarkyAaronYoung commented 4 years ago
Screen Shot 2020-05-05 at 9 22 50 PM
luketlancaster commented 4 years ago

so do the sorting buttons do anything? If so, break the functionality of the sorting out into a new card

MarkyAaronYoung commented 4 years ago

Page will be dynamically updated from a button click on the navbar or footer. There will be a mainContainer div that everything will be printed to. There will be a section with the header text and a paragraph. There will be another bootstrap navbar with content categories. Below that will be cards with pictures of celebrities wearing chinos and then text with who they are and what they're occupation is (actor, politician, athletes, musician, etc.). The content category buttons (i.e. occupations) will be able to sort through the cards by that category (stretch goal)