This is a submission of a take home exercise for a Senior Front End Engineer position.
This exercise required a proxy to the https://www.fruityvice.com API due to the absence of an Access-Control-Allow-Origin: * header in the response.
Clone the project and install the neccessary packages
npm i
Run the project locally
npm run dev