Skip to content

kwen0/shopping-cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💍 Dainty

Dainty is an e-commerce jewelry site with a fully functional shopping cart, made with React.

Live demo

Screenshots

Home Page

screenshot

Products Page

screenshot

Shopping Cart

screenshot

Features

  • Browse products by category
  • Add products to cart, remove them, and/or edit quantity
  • Clean, responsive UI design

Tools Used

  • React
    • react-router-dom
    • Functional components
    • State and effect hooks
  • Javascript
  • HTML
  • CSS

Getting Started

$ git clone git@github.com:kwen0/shopping-cart.git
cd shopping-cart
npm install
npm start

Future Features

  • Allow user to search products
  • Allow user to sort products by price or by material
  • Add to wishlist functionality

Attributions