Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 1005 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 1005 Bytes

FakeStore

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.

Demo

https://fake-store-orcin.vercel.app/

Screenshots

Feautures

  • 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.

API reference

This API was used to fetch the product information.

Api used: https://fakestoreapi.com/products

Authors

@carlossirias