Skip to content

JelenaStrbac/ski-shop-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ski shop

Very simple vanilla JS project representing shopping cart logic.

ski-cart

How it is built?

  • HTML and CSS;
  • Vanilla JS ➡️ follows Model-View-Control (MVC) pattern;
  • Products are preserved in local storage.