## Description We need to connect the frontend with the backend. ## Tasks - [ ] Make a list of things that need to be connected. Reply to this issue with this list. - [ ] Create a nice way to call the api - otherwise we have to do useEffect and fetch everywhere which is annoying. Something like useSwr or react query. - [ ] Also a way to do mutations i.e. post requests. - [ ] Actually connect things up.
Description
We need to connect the frontend with the backend.
Tasks