You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a grid view for items in the store. Don't worry about the design for now, it just has to work. You can mock all the data (i.e. hard code it into the .tsx files).
The grid should consist of <Card>s, with each card having an image and some information when you hover over it (or always display some information next to the image). Lots of freedom here.
The text was updated successfully, but these errors were encountered:
Create a grid view for items in the store. Don't worry about the design for now, it just has to work. You can mock all the data (i.e. hard code it into the
.tsx
files).The grid should consist of
<Card>
s, with each card having an image and some information when you hover over it (or always display some information next to the image). Lots of freedom here.The text was updated successfully, but these errors were encountered: