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
- Host: GitHub
- URL: https://github.com/janani2311/cart-page-redux
- Owner: Janani2311
- Created: 2024-06-29T00:41:01.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-29T01:08:32.000Z (12 months ago)
- Last Synced: 2025-03-29T07:24:59.543Z (3 months ago)
- Topics: css, html, javascript, redux-toolkit
- Language: JavaScript
- Homepage: https://shopping-cart-page-redux.netlify.app/
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.