Skip to content

SultanBadri/shopping-cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopping Cart

shopping_cart

Getting started

After cloning the repository, run:

cd shopping-cart
npm install
npm start

The site is now running at localhost:3000.

📝 Description

A react shopping-cart made using React Router.

💡 Features

  • Features the total prices of all items in the cart.
  • Can add and remove items from the cart.
  • Responsive on mobile.

🛠️ Built with

  • React
  • TypeScript
  • Styled-components
  • React Router