Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a Party List Section #13

Open
sebat2004 opened this issue Nov 14, 2024 · 0 comments
Open

Create a Party List Section #13

sebat2004 opened this issue Nov 14, 2024 · 0 comments

Comments

@sebat2004
Copy link
Contributor

Create a list of parties as shown in the Figma design (circled in red). Try to follow the styling as much as possible :)

Some starter ideas:

  • Importing some images into our ./assets directory
  • Mocking some example parties (follow the useFetchCloseParties example)
  • Creating a component in a new file (e.g. PartyCard) for reusability
  • Map over the mocked list of example parties and display it on the screen using your custom component.
  • Ensure the list is scrollable from side-to-side

Out-of-scope:

  • Don't worry about what needs to happen when the user clicks on the parties.
  • No need to fetch data from an API (our API doesn't exist yet)
Screenshot 2024-11-13 at 5 15 06 PM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant