Skip to content

nurj20/Persistent-Shopping-Cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

you will learn to design a persistent shopping cart. A persistent cart remembers what items you put in the cart when you visited the website last time without involving backend. Part 1 (of youtube tutorial) is all about user-interface (dropdown cart window design) where you will also learn how to design the circle displaying current number of items in the cart as after pseudo element design. In Part 2 you will learn to manipulate Localstorage of browser; how to store complex data structures in it (not just simple text). You will also see a practical application of Map data structure in action. You will also learn to manipulate contents of ::after/::before pseudo elements through javascript. You will also see the HTML's data-attributes in action #persistentShoppingCart, #ShoppingCart, #shoppingCartDropdownWindow, #localstorage, #map, #dataAttribute Checkout Youtube tutorial at: https://www.youtube.com/c/CodingShodingwithNJ

About

ou will learn to design a persistent shopping cart. A persistent cart remembers what items you put in the cart when you visited the website last time without involving backend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors