CLONEZYGA/Pulastore
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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/