Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 449 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 449 Bytes

Example React project

Create a simple React app with your preferred technologies.

Requirements:

  • one page with products fetched locally from products.json
  • products displayed in a grid (css grid / flex)
  • search field for filtering products by name
  • each product has buttons "add" and "remove" from the cart
  • simple cart section with an overview of added products and total price, state of the cart is persisted in window.localStorage