devsoc-unsw / freerooms

A web application designed to aid UNSW students in finding vacant rooms.
https://freerooms.devsoc.app/
Other
18 stars 1 forks source link

feat: add site-wide search, Redux and SWR #336

Closed francojreyes closed 1 year ago

francojreyes commented 1 year ago

Create a new search function that:

To make it easier to access global state like the current building, Redux was added.

To make it easier to fetch backend data, SWR was added.