rogue-kitten / shopping-cart

A basic shopping cart component made with TypeScript and React, which retains the shopping data when the user refreshes their browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shopping Cart Component

  • This is a basic shopping cart component made with TypeScript and React, which retains the shopping data when the user refreshes their browser

How to preview

  • Open your command line or terminal and run the following commands
git clone git@github.com:rogue-kitten/shopping-cart.git
cd shopping-cart
npm install
  • Once it installs all the dependencies, run the command
npm run dev

About

A basic shopping cart component made with TypeScript and React, which retains the shopping data when the user refreshes their browser


Languages

Language:TypeScript 93.2%Language:JavaScript 3.4%Language:HTML 2.9%Language:CSS 0.5%