Skip to content

Added functionality to a pre-built version of the Amazon Website. Added features such as updating the basket, adding local storage to the basket and makeing the delivery dates be based on the current date. Created this while following a SuperSimpleDev course on JavaScript, the HTML and CSS was provided by him.

Notifications You must be signed in to change notification settings

Alex-935/amazon-project-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Project

  • Cart has local storage so the items from the previous session are saved:
  • Delivery dates are based on today's date and dynamically change:
Image
  • Ability to delete items from the cart and the cart automatically updates the price:
Image
  • Add new items and multiple items to the cart from the home page and have it reflected in the cart:
    • Cart on the homepage updates
Image
  • Cart in the checkout also updates
Image
  • Jasmine used for automatic testing:
Image
  • Promises used to deal with asynchronous code:
Image
  • JavaScript used to generate HTML:
Image

About

Added functionality to a pre-built version of the Amazon Website. Added features such as updating the basket, adding local storage to the basket and makeing the delivery dates be based on the current date. Created this while following a SuperSimpleDev course on JavaScript, the HTML and CSS was provided by him.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published