Updates the Marketplace component to use a GraphQL query to call data from a mock server, and map over it, producing 'Card' components. These are styled to be responsive.
Where to find Changes:
Files: src/Components/Marketplace/Marketplace.js
Checklist
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[ ] I have commented my code, particularly in hard-to-understand areas
[ ] I have used tests to prove my fix is effective or that my feature works
[x] New and existing unit tests pass locally with my change
What does this merge do? Check all that apply.
Description:
Updates the Marketplace component to use a GraphQL query to call data from a mock server, and map over it, producing 'Card' components. These are styled to be responsive.
Where to find Changes:
Files: src/Components/Marketplace/Marketplace.js
Checklist