RelativelyFine / COMPSA-Frontend

Official Queen's Computing Student's Association Website!
MIT License
3 stars 0 forks source link

Events Portfolio Page - desktop #16

Open RelativelyFine opened 1 year ago

RelativelyFine commented 1 year ago

Create the Events Portfolio Page for desktop view.

The design can be found here: https://www.figma.com/file/qZRhKjPCQzlEaLf5UR6Q1d/COMPSA-website?node-id=2%3A2

The main challenge for this ticket is to create a js calandar. There are tutorials regarding this here: https://medium.com/@nitinpatel_20236/challenge-of-building-a-calendar-with-pure-javascript-a86f1303267d https://www.youtube.com/watch?v=o1yMqPyYeAo&ab_channel=CodeAndCreate

The API endpoint for accessing event data is here: https://compsa.ca/api/events (at the time of writing, offline) The data will be in the form of pages of json data with the date, title, location, awards, and description. You do not need to integrate this API. This will be a task for a future ticket, but design the calendar with this in mind.

The events photos carousel can be implemented in the same way that the compsa circuit homepage carousel is implemented. This component will be subject to change in the future.