Skip to content

Create EventDetails component (excluding shifts list) #5

@carboninl

Description

@carboninl

Description

Create a new React component called EventDetails to display detailed information about an event. The component should include the event name, main image, date, time, and location. Do NOT include the list of shifts. The list of shifts will be handled in a separate component.

Requirements

  • Component name: EventDetails
  • Display event name as a prominent title
  • Display main event image
  • Show event date and time
  • Show event location (name and address)
  • Use stylized layout similar to the provided design
  • Do NOT include the list of shifts

Reference Design

Image

Acceptance Criteria

  • EventDetails component displays event name, image, date, time, and location
  • No shift list or shift details included in this component
  • UI matches the reference design as closely as possible (excluding shifts area)

Additional Notes

  • The shifts section should be implemented in a separate component and is not part of this task.
  • Maintain clean separation of concerns and modular component structure.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions