- Notifications
You must be signed in to change notification settings - Fork0
Cart Project using React with Redux Toolkit
NotificationsYou must be signed in to change notification settings
pktcodes/cart-redux-toolkit-react-project-v2
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
PROD [Live] :https://react-redux-toolkit-cart-v2-prod.netlify.app/
- List of some of the items added to the cart,Navbar with the titleRedux Toolkit ,cart amount i.e. total number of items added by default, and a
CLEAR CARTbutton which upon click triggers a pop-up modal with few options i.e.,CONFIRMto clear all items in the cart, closes the modal and displaysYOUR BAG is currently emptyorCANCELto close the modal - Each cartItem has the
image,title,price,amount, along with a few buttons i.e.removeto remove the item from the cart, 🔼 to increase , 🔽 to decrease the amount of that particular item and when the item amount gets less than 1, it is automatically removed from the cart. - For every change in cartItem, thetotal price andcart amount gets adjusted.
- Data is handled by
data.js, and styles are handled byindex.css - To run the project locally, clone the repo,
npm installto install the dependencies, andnpm run devto start up the development server on default port 5173.
HTML, CSS, JavaScript, ECMAScript, React - Hooks ~ useEffect, Redux Toolkit - createAsyncThunk
Netlify
Note: I have developed this project ~ [22] as part of the React 18 Tutorial and Projects Course (2023) taught by John Smilga.
About
Cart Project using React with Redux Toolkit
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.