Skip to content

RajShringi/react_shopping_cart_hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛍 Simple Cart Application

Basic Overview - Live Demo

Screenshot 2022-12-27 at 11 30 16 PM

A basic shopping cart built using ReactJS that allows users to add and remove items from the cart and obtain a subtotal of the items.

Features

  • Add and Remove Items form cart using context api.
  • Responsive Design.
  • Add animation using Framer Motion Library.
  • Add local storage support.

Build/Run

Requirements

  • Node.js
  • NPM

First, clone the project

git clone https://github.com/RajShringi/react_shopping_cart_hooks.git

Go to project directory

cd react_shopping_cart_hooks

Install the needed package

npm install
or
yarn

Start the React Application

npm start 
or
yarn start

porject by Raj Shringi

Releases

No releases published

Packages

 
 
 

Contributors