Basic shopping cart using useContext and useReducer
DEPLOY:
https://ks-shopping-cart-react.vercel.app
✔️ Filter by price (0€ - 1000€)
✔️ Filter by category (All, Laptops and Smartphones)
✔️ Add product to cart
✔️ Remove product
✔️ Add more quantities to cart
✔️ Clear shopping cart.
npm install
npm run dev
npm run build
Lint with ESLint
npm run lint
If you want to contribute to this project, follow these steps:
-
Perform a fork to the repository.
-
Create a branch for your feature or bugfix:
git checkout -b feature/your-feature-name
-
Make the necessary changes and commits:
git commit -m 'Add some feature'
-
Push to branch:
git push origin feature/your-feature-name
-
Send a pull request to the original repository.
Kevin Schans |
---|