/redux-cart-with-thunk-middleware

A shopping cart application that uses Redux to manage the state of the cart, with the ability to add or remove items from the cart. Also utilizing Redux Thunk middleware to fetch data asynchronously from an external API. The data fetched includes product information and is used to populate the cart with items.

Primary LanguageJavaScript

This repository is not active