Closed bonnieli closed 3 years ago
Frontend
The route for this on the FE should be: localhost:3000/calendar/<Event_id> so for example localhost:3000/calendar/3i2h3u32
localhost:3000/calendar/<Event_id>
localhost:3000/calendar/3i2h3u32
For calendar view you may have to research "react calendar" library for example: https://www.npmjs.com/package/react-calendar to find the most suitable calendar package
Frontend
The route for this on the FE should be:
localhost:3000/calendar/<Event_id>
so for examplelocalhost:3000/calendar/3i2h3u32
For calendar view you may have to research "react calendar" library for example: https://www.npmjs.com/package/react-calendar to find the most suitable calendar package