Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pranava007/redux_shopping_cart
This is a Redux_Shopping_Cart
https://github.com/pranava007/redux_shopping_cart
bootstrap5 json redux redux-toolkit
Last synced: about 4 hours ago
JSON representation
This is a Redux_Shopping_Cart
- Host: GitHub
- URL: https://github.com/pranava007/redux_shopping_cart
- Owner: pranava007
- Created: 2024-08-03T10:39:54.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-08T10:21:33.000Z (3 months ago)
- Last Synced: 2024-08-08T12:29:43.645Z (3 months ago)
- Topics: bootstrap5, json, redux, redux-toolkit
- Language: JavaScript
- Homepage: https://e-commersredux.netlify.app/
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redux_Shopping_Cart
Project Overview
This project is a basic e-commerce shopping cart application built with React and Redux Toolkit. It allows users to add, remove, and manage product quantities in their cart.Key Features
Cart Management: Users can increment, decrement, and remove items from the cart.
Redux State Management: The application state is managed using Redux Toolkit with createSlice for simplified reducers and actions.
Responsive Design: The UI is built using Bootstrap 5 for responsive layouts across different devices.