Skip to content

A simple shopping cart about stationaries.

Notifications You must be signed in to change notification settings

Edwardlin-zlt/Shopping-cart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Shopping-cart

This is a simple shopping cart about stationaries.
It contains five functions:

  • select product
  • add the count
  • reduce the count
  • delete the product item
  • calculate the subtotal & total

The JSON is static, and I append the nodes according to it.
When you reduce the count of some product to zero, you will delete the product item.
The Choose-All button helps you to selects all the products in the cart, try it!

About

A simple shopping cart about stationaries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.3%
  • HTML 13.5%
  • CSS 11.2%