Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 630 Bytes

File metadata and controls

16 lines (13 loc) · 630 Bytes

PC OF YOUR DREAMS

Project description:

Shopping cart with the components of your dreamed pc implemented with HTML, CSS and JavaScript.

Minimum requirements:

3 obvious parts:

  • Left zone should have all the components.
  • Right side where user can save x elements.
  • A total sum of components price from right side.
  • Use web API Drag and Drop.

User procedure:

  • User will drag and drop elements from left side to right side. Not specific order.
  • When a new item appears on right zone, total sum must be updated with its price added.
  • User can delete elements from chosen ones dragging them to their original place.