Skip to content

bzceval/javascript-yummy-macaron-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JS-Macaron-Checkout-Shopping-App

Description

Project aims to create a real checkout page of e-commerce macaron website.

Learning Outcomes

At the end of the this project, students will be able to;

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

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

Problem Statement

  • You can use JS-Macaron-Checkout-Shopping-App template for project.

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

Project Skeleton

001-Checkout_Page (folder)
|
|----readme.md         # Given to the students (Definition of the project)          
|----solution
        |----index.html  
        |----style.css   
        |----app.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 View

macaron_home

macaron_checkout

Demo

yummy

About

Project aims to create a real checkout page of e-commerce website but of course as a cute website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •