In this chapter, we created a category listing page, allowing the user the view all the products in a category. This list is able to be paginated, along with the order changing. We also created a filtering component, allowing the user to narrow down the results.
With our products now browseable, filterable, and viewable, we can proceed on to making a Cart and Checkout page.