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 an eventslist componet #263

Open
HamzahSaleh opened this issue Nov 13, 2024 · 0 comments
Open

Create an eventslist componet #263

HamzahSaleh opened this issue Nov 13, 2024 · 0 comments

Comments

@HamzahSaleh
Copy link
Member

Description

We need to display a list of events on the Events page. This will allow executive members to view upcoming and past events.

Technical Details

Update events/page.tsx to render a list of events.
Create a new component called EventsList in the /components/ directory.
Use an array of dummy event data (e.g., event name, date, description).
Render each event using an component (which you will create).
Style the list to be user-friendly and visually appealing.
Testing Steps

Verify that the Events page displays the list of dummy events.
Ensure that event details like name, date, and description are shown correctly.
Test the layout on various screen sizes for responsiveness.
Dependencies

None.

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