- This webapp replicate the cart functionality of a e-commerce app.
- It uses redux to manage state globally in application.
- In cart user can't add duplicate products.
- Total sum of all items in cart will be calculated and displayed in checkout list section of cart page.
- On checkout an alert should be displayed.