An open API service indexing awesome lists of open source software.

https://github.com/janani2311/cart-page-redux

Simple shopping cart checkout page with functions like calculating total based on quantity and removing the items using redux/toolkit
https://github.com/janani2311/cart-page-redux

css html javascript redux-toolkit

Last synced: 2 days ago
JSON representation

Simple shopping cart checkout page with functions like calculating total based on quantity and removing the items using redux/toolkit

Awesome Lists containing this project

README

        

# Shopping cart checkout page using React- Redux/toolkit

Created a shopping cart page showing cart-item details, price per item , user to set quantity per item, subtotal per item and the total amount.

functionalities included :
- user can change the quantity of each product using increment and decrement buttons
- subtotal of each product is shown based on the quantity
- User can also remove the items in the cart
- seperate 'order summary' details shows the total amount of the cart-items- instantly updates based on the quantity of the products also when user removes the item from cart.

- All the funcionalities are performed using React Redux/Toolkit.
- Acheieved responsive design using css and media queries.