**User Story** - For now, the existing card does not show full description of event according to the data model. - TK needs a way to see more information of the event and join the event. **Solution** - Create the new file called "EventFullPage.jsx" (or any) in the components folder. - After clicking any event card, a event full page modal appears (from EventFullPage.jsx may refer to Modal.jsx for Modal guideline). - The event page shows full description of event according to the data model. - The event page has a button to join event. If the page still cannot remember user, the username input is needed to join event.
User Story
Solution