ZacCrumpton / front-end-capstone

0 stars 0 forks source link

Single View Anime #11

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 the view button or specific anime is clicked THEN I should see a single anime AND all the information that it belongs to that anime

DEV NOTES

  1. create a new component in the pages folder called SingleViewAnime
    • will need a js and scss file
  2. the animes on My Lists and SingleViewLists page need click events
    • once clicked the user should be redirected to a single view page
    • this can be done on the SingleViewList, ListCard, or by a view single button
  3. use a bootstrap card and style it as needed to for the display of the SingleView Anime
  4. this single view should display all the information of the anime that was selected.