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

Event card #25

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Event card #25

wants to merge 7 commits into from

Conversation

hanahkim1
Copy link
Collaborator

Description

Created an EventCard.tsx, which is our event card component, and styled the UI.

Issues

Resolve #12

Screenshots

Event Available:
image

Event Unavailable (volunteer limit reached):
image

Test

We placed the event card in the app's page.tsx in order to see it.
If the number of volunteers is equivalent to the max number of volunteers, the volunteer text will turn red.
Check the figma to ensure that the design matches.

Possible Downsides

  • Currently the number of volunteers must be manually inputted, and can be a number greater than the maximum number of volunteers
  • The button has no functionality

Additional Documentations

https://tailwindcss.com/

@hanahkim1 hanahkim1 marked this pull request as ready for review November 4, 2024 20:11
@hanahkim1 hanahkim1 marked this pull request as draft November 4, 2024 20:20
@tomasmaranga tomasmaranga marked this pull request as ready for review November 4, 2024 20:25
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

Successfully merging this pull request may close these issues.

[Frontend] EventCard
2 participants