This repository has been archived by the owner on Nov 5, 2023. It is now read-only.
Event Management (nuxt)
Past due by over 1 year
12% complete
Event Listing Page
a. Fetch event data from the backend API and display it in a visually appealing and easy-to-navigate layout.
b. Implement search and filtering options, allowing users to find events based on their interests or preferences.
c. Implement pagination or infinite scrolling to manage the display of large numbers of events.
Event Creation and…
Event Listing Page
a. Fetch event data from the backend API and display it in a visually appealing and easy-to-navigate layout.
b. Implement search and filtering options, allowing users to find events based on their interests or preferences.
c. Implement pagination or infinite scrolling to manage the display of large numbers of events.
Event Creation and Editing Page
a. Design a user interface for event organizers or admins to create and edit events, including form fields for all relevant event information.
b. Implement client-side validation for user input and display appropriate error messages.
c. Integrate with the backend API to save and update event data.
Event Details Page
a. Design a layout for displaying detailed information about a specific event, including title, description, date, time, location, category, tags, organizer, and ticket information.
b. Fetch the event data from the backend API based on the event ID in the URL.
c. Provide buttons or links for users to share the event on social media or add it to their calendar.
Event Management Dashboard (for admins or organizers)
a. Design a dashboard interface that lists all events managed by the logged-in user, with options to edit or delete events.
b. Implement client-side authorization checks to ensure only authorized users can access the dashboard.