This is a React-Redux application that displays a list of products with the functionality to update the quantity and remove products. The application also displays the total price of the products in the list, dynamically updating as the quantities change.
- Display a list of products with detailed information.
- Update product quantity.
- Remove a product from the list.
- Dynamic calculation of the total price.
- Carousel for displaying product images using Bootstrap.
- React
- Redux
- Redux Toolkit
- Bootstrap Usage Adding Products Modify the initialState in ReduxSlice.js.
Updating Quantity Use + and - buttons to change quantity. The total price updates accordingly.
Removing Products Click the Delete button to remove a product.