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
make a new component in the shared folder called ListCard
will need a js and scss file
use a bootstrap card for a basic card structure, edit as needed
should be able to dynamically grab animes that will be added to the list
the animes will need to be grabbed by listid
i should only be able to see the cards that i have created
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
shared
folder calledListCard
js
andscss
filelistid
uId