Skip to content

CLONEZYGA/Pulastore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-commerce Site Directory Structure
------------------------------------
/ecommerce-site/
├── index.html                 ← Home Page
├── products.html              ← All Products
├── product.html               ← Single Product Page
├── cart.html                  ← Shopping Cart
├── checkout.html              ← Checkout Page
├── login.html                 ← Login Page
├── register.html              ← Register Page
├── account.html               ← User Dashboard
├── contact.html               ← Contact Page
├── about.html                 ← About the Store
├── css/
│   └── [all css files]
├── js/
│   └── script.js              ← Cart logic, interactions
├── images/
│   └── [all product images]
└── assets/
    └── fonts/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors