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 Table to show Events #25

Open
miguel-merlin opened this issue Apr 2, 2024 · 0 comments
Open

Create Table to show Events #25

miguel-merlin opened this issue Apr 2, 2024 · 0 comments

Comments

@miguel-merlin
Copy link
Member

Description

Create a Table component (See chakra) to visualize past events and planned events. The columns of the table should contain

  1. Name of the Event
  2. Status (Completed, Planned)
  3. Number of Attendees
  4. Budget

JSON Example

{
  "events": [
    {
      "nameOfTheEvent": "Tech Innovations Conference 2024",
      "status": "Planned",
      "numberOfAttendees": 500,
      "budget": 20000
    },
    {
      "nameOfTheEvent": "Annual Charity Ball 2023",
      "status": "Completed",
      "numberOfAttendees": 300,
      "budget": 15000
    },
    {
      "nameOfTheEvent": "Global Marketing Summit",
      "status": "Planned",
      "numberOfAttendees": 800,
      "budget": 50000
    }
  ]
}
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