Amazon is an e-commerce website that contains list of products rendered from an external API where a logged in user can filter the products by either ...
Read MoreAmazon is an e-commerce website that contains list of products rendered from an external API where a logged in user can filter the products by either product type or by price. Then choose products for purchasing by adding it to their basket, he has the option to add several items of different products or the same product in which it affects the prices and quantities of the purchased items or to remove some or all the chosen items. Moreover, only the authenticated users can proceed to checkout and pay using stripe checkout. Upon success, users can view their recent order and get notified about their successful payment via their email.