During the course of the coming weeks, we'll be building the new better Amazon, it’s better because you’ll build it
- img of the product
- Name of the product
- Description of the product
- A state that indicates the amount of this item in stock
- A state that indicates the number of likes the product's got
- A button to like the product with an event listener to change the state of the products (liked or not)
- A button to add the product to cart with an event listener to change the state of the products in stock according to how many items the user ordered
- Passing the props to the components from an array of objects where each object represent a product