Skip to content

KevinVanDerSchans/shopping-cart-react

Repository files navigation

Shopping ReactCart

ReactJS


Project overview

Basic shopping cart using useContext and useReducer

DEPLOY:
https://ks-shopping-cart-react.vercel.app



Index


Features

✔️ 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.

Technologies and Tools used


Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

Contribution

If you want to contribute to this project, follow these steps:

  1. Perform a fork to the repository.

  2. Create a branch for your feature or bugfix: git checkout -b feature/your-feature-name

  3. Make the necessary changes and commits: git commit -m 'Add some feature'

  4. Push to branch: git push origin feature/your-feature-name

  5. Send a pull request to the original repository.


Project Status

COMPLETED


Project Developer


Kevin Schans

About

Shopping cart with React using Context and useReducer.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published