Skip to content

Ashish-Nagar-027/Shopping-cart-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopping Cart Application

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 .

Features

  • Add products to cart and remove from cart
  • View products in cart
  • filter them on category
  • search products

Live Project

You can check out this project live on https://shopping-cart-by-ashish.vercel.app/.

Installation

To install and set up the project, follow these steps:

  1. Clone the repository: git clone https://github.com/Ashish-Nagar-027/Shopping-cart-

  2. Install dependencies: npm install --force

  3. Start the development server: npm start or yarn start

Dependencies

"@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"

Note : make sure while installing 'react-filter-search' in your system that you use 'react-filter-search --force' .