fcFn / DI_Hackathon_1

Hackathon #1 for DI
Other
0 stars 0 forks source link

Implement Event Sharing Functionality #6

Closed fcFn closed 3 weeks ago

fcFn commented 1 month ago
  1. Create a share button in the top-right corner.
  2. Implement JavaScript to generate a URL with event details as parameters.
  3. Ensure the URL can reconstruct the event name and time locally in another browser.
fcFn commented 3 weeks ago

Partially implemented. Now we need to pass the event name into the URL and load it from there as well, @Danil4UA.