Link for live version
In case of page won't load, please check if your security software is not blocking loading page resources.
Subtask: solution file
- Retrieves user, product and shopping cart data: ./src/App.jsx
- Creates a data structure containing all available product categories and the total value of products of a given category: ./src/components/Products.jsx
- Finds a cart with the highest value, determines its value and full name of its owner: ./src/components/Carts.jsx
- Finds the two users living furthest away from each other: ./src/components/Users.jsx