Using mocky and redux
- Create an endpoint that has product name, id, image_url, price, description, type
- Create a component that displays all products.
- Create an error component to handle any errors when fetching resources
- Create a loading component.
- Use redux to manage the state.
Nice to have.
- Implement searching/sorting of the product. Use your own discretion for the filterig and sorting.
Good Luck!!!