Skip to content

A mini-app built to practise and replicate common E-commerce basket functionalities. Built with JavaScript, HTML & CSS using a Test Driven Development approach

Notifications You must be signed in to change notification settings

rockettdev/js-dom-greengrocers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Greengrocers Basket

Tech stack

Preview

Result

User Requirements:

  • A user can view a selection of items in the store
  • From the store, a user can add an item to their cart
    • If the item is already in the cart, increase the item's quantity in the cart
  • From the cart, a user can view and adjust the number of items in their cart
    • If an item's quantity equals zero it is removed from the cart
  • A user can view the current total in their cart

About

A mini-app built to practise and replicate common E-commerce basket functionalities. Built with JavaScript, HTML & CSS using a Test Driven Development approach

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 47.5%
  • CSS 34.2%
  • HTML 18.3%