note : This is app is v2 . first version was for internship. In second version i have fixed some bugs.
This is a shopping cart project . Shopping cart Application is a simple fun project . in this project we can add products to cart , remove products to cart , fetch products from fakestoreapi.com api , filter them on category bases etc. its a simple frontend which i built with react.js .
- Add products to cart and remove from cart
- View products in cart
- filter them on category
- search products
You can check out this project live on https://shopping-cart-by-ashish.vercel.app/.
To install and set up the project, follow these steps:
-
Clone the repository:
git clone https://github.com/Ashish-Nagar-027/Shopping-cart-
-
Install dependencies:
npm install --force
-
Start the development server:
npm start
oryarn start
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-filter-search": "^1.1.11",
"react-icons": "^4.7.1",
"react-router-dom": "^6.6.0",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"