FakeStore is the recreation of an online store to simulate a technical test for juniors. In this test, we can see the use of useState
, useContext
, useMemo
, and some other React functionalities.
https://fake-store-orcin.vercel.app/
-
Shopping Cart: One of the most important features is the shopping cart, where we can see the products we want to buy, as well as the quantity of products we wish to purchase. This cart is capable of persisting even when the page is reloaded.
-
Filters: The application is capable of instantly filtering products by their category and by a minimum price.
This API was used to fetch the product information.
Api used: https://fakestoreapi.com/products