ZacCrumpton / front-end-capstone

0 stars 0 forks source link

SingleView List #6

Open ZacCrumpton opened 4 years ago

ZacCrumpton commented 4 years ago

USER STORY

as a user, when i click on one of my lists or a view button i should see a single list

AC

WHEN a button or specific list is clicked THEN I should see a single list AND all the animes that it holds

DEV NOTES

  1. create a new component in the pages folder
    • will need a js and scss file
  2. the lists on My Lists page need click events
    • once clicked the user should be redirected to a single view page
    • this can be done on the ListCard or by a view single button
  3. use a bootstrap card and style it as needed to for the display of the SingleView List
  4. this single view should display the titles, genres and episodes of each anime in this single list.