Tolga-Ozd / Checkout-App

Checkout-App

Home Page:https://tolga-ozd.github.io/Checkout-App/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to My Project! 👋

Thank you for visiting my projects! I'm thrilled to have you here, and I hope you find it interesting and helpful.

Description

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

CheckOut App

Project Skeleton

Checkout App | |----readme.md
|----solution |----index.html
|----style.css
|----App.js

  • User story;

    • 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 or I decrease the quantity to 0, 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.

About

Checkout-App

https://tolga-ozd.github.io/Checkout-App/


Languages

Language:HTML 41.6%Language:CSS 30.7%Language:JavaScript 27.6%