praveen-1995 / cart-redux-react-project-v2

Cart Project using React with Redux

Home Page:https://react-redux-cart-v2-prod.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cart ๐Ÿ›’

PROD [Live] : https://react-redux-cart-v2-prod.netlify.app/

Cart consists of a straightforward user interface where there is a

  • List of some of the items added to the cart, Navbar with the title ReduxGear , cart amount i.e. total number of items added by default, and a CLEAR CART button to clear all items in the cart which on click shows YOUR BAG is currently empty.
  • Each cartItem has the image , title , price , amount, along with a few buttons i.e. remove to 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, the total price and cart amount gets adjusted.
  • Data is handled by data.js, and styles are handled by index.css
  • To run the project locally, clone the repo, npm install to install the dependencies, and npm run dev to start up the development server on default port 5173.

Languages

HTML, CSS, JavaScript, ECMAScript, React - Hooks ~ useEffect, Redux ~ connect, mapStateToProps, mapDispatchToProps

Deployment / Hosting

Netlify


Note: I have developed this project ~ [21] as part of the React 18 Tutorial and Projects Course (2023) taught by John Smilga.