ZacCrumpton / front-end-capstone

0 stars 0 forks source link

List Card #3

Open ZacCrumpton opened 4 years ago

ZacCrumpton commented 4 years ago

USER STORY

as a user when i add a new list i should see a list card appear

AC

WHEN i add a new list THEN i should see a bootstrap card appear AND it will initially be blank until animes are added to it AND i should only see the cards that belong to ME

DEV NOTES

  1. make a new component in the shared folder called ListCard
    • will need a js and scss file
  2. use a bootstrap card for a basic card structure, edit as needed
  3. should be able to dynamically grab animes that will be added to the list
    • the animes will need to be grabbed by listid
  4. i should only be able to see the cards that i have created
    • cards will need a uId