Skip to content

The checkout page in an e-commerce site where we check the products in the cart and then continue with the payment system.

License

Notifications You must be signed in to change notification settings

omrfrkcpr/GS-Store_Checkout_Page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Checkout_Page

https://omrfrkcpr.github.io/GS-Store_Checkout_Page/

Description

Project aims to create a real checkout page of an e-commerce website where we check the products in the cart and then continue with the payment system.

Learning Outcomes

  • analyze a problem, create e-commerce website page.

  • demonstrate their knowledge of algorithmic design principles for dynamic calculation of product's cart.

Problem Statement

  • Create a checkout page following the design and make the calculation of cart dynamically with using of DOM and Event in JS

  • User stories;

    • When I click plus button on product's row, I can increase the product's quantity.
    • When I click minus button on product's row, I can decrease the product's quantity, but minimum quantity value can be 1.
    • When I click remove button on product's row, I can delete a product in the cart.
    • When I change any combination of product chart(plus, minus, remove etc.), I want to see the new calculation of chart's prices in concerned fields.

Project Skeleton

Checkout_Page (folder)
|
|----assets
|----gs-store_checkout_page.gif               
|----index.html               
|----LICENSE               
|----page.js               
|----readme.md                 
|----style.css                

Outcome

gs-store_checkout_page

About

The checkout page in an e-commerce site where we check the products in the cart and then continue with the payment system.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages