Fruitazon is a marketplace to purchase fruits. There is no affiliation to the other -zon company. In this challenge we will be building out the UI in four parts.
mockups/ directory
There is a backend that lives in the functions/ directory
that exposes an /api/fruits REST endpoint.
We've already implemented searching using a query parameter, the rest is still to be implemented.
fetch('/api/fruits?search=apple')