moonshotcollective / pay.party

pay-party.vercel.app
MIT License
9 stars 18 forks source link

UI: Home Party Cards #61

Closed hmrtn closed 2 years ago

hmrtn commented 2 years ago

The application needs an understandable way to display the multiple parties on the screen with relevant metadata.

Each party has some metadata like:

That could be displayed on a card-like component. The component should be reusable and mobile-ready.

wkarshat commented 2 years ago

This component will be replacing the method used to display each of the parties on the Home page. Is PartyCard.jsx the incoming implementation, please?

Nazeeh21 commented 2 years ago
image

Based on the data provided above, I determined that I should display the party's meta data in these cards. I need to develop a new component that is both reusable and responsive (mobile-ready)