Skip to content

karachi-katas/rgb_computer_shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RGB Computer Shop

A Daraz-like platform where users can buy computer accessories. However if an item has RGB, charge 10% extra from the customer.

Features:

  1. User should be able to list all categories
  2. User should be able to get sorted list of items in a particular category (sort by price)
  3. User should be able to add items to a cart
  4. User should be able to get a summary of shopping cart
    • Summary should contain list of all items in cart
    • Every item’s price should be displayed
    • Every item’s discount should be displayed if applicable
    • Discount coupon should be displayed if applicable
    • Total payable price after all discounts should be displayed
  5. User should be able to provide discount coupons when checking out
  6. Discounts should be automatically applied on said items when calculating total bill
  7. User should be able to provide address, phone number and name when checking out
  8. User should be able to checkout

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published