Skip to content

FcoGomez92/React-Interview-03-Ecommerce

Repository files navigation

React technical test 03 (Ecommerce App)

In this technical test, you will be asked to build a complex web application using Redux or similar technologies to manage the application state.

Requirements:

Ecommerce

  • Display a list of products that come from a JSON.
  • Allow users search products by title.
  • Add a filter by category.
  • Add a filter by price.
  • Componetize your application and make use of useContext to avoid passing unnecessary props.

Cart:

  • Allow products to be added to a cart.
  • Allow products to be removed from the cart.
  • Allow the quantity of products in the cart to be modified.
  • Synchronize cart changes with the list of products.
  • Save the cart to localStorage so that it is recovered when the page is reloaded. (bonus points)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published