A responsive e-commerce website for browsing and purchasing books across various categories.

| Technology | Purpose | Used in |
|---|---|---|
| Page structure | index.html, assets/ |
|
| Styling | assets/css/styles.css |
|
| Dynamic functionality | assets/js/populate.js |
|
| Responsive layout | All pages | |
| Hosting | Live deployment |
| Technology | Purpose | Used in |
|---|---|---|
| Backend logic | version-2/BE/*.php |
|
| Database | version-2/BE/booklet.sql |
|
| Frontend logic | version-2/FE/script.js |
|
| API communication | version-2/FE/script.js |
|
| Local server | Development setup |
| Technology | Purpose | Used in Both Versions |
|---|---|---|
| Version control | Entire repository | |
| Icons | UI elements |
├── v1-static/ # Original static version (hosted)
│ ├── assets/ # CSS, JS, images
│ └── index.html # Entry point
│
├── v1-php/ # PHP fullstack version
│ ├── BE/ # Backend
│ │ ├── booklet.sql
│ │ ├── categories.php
│ │ ├── connect.php
│ │ └── products.php
│ │
│ └── FE/ # Frontend
│ ├── img/ # Book covers
│ ├── script.js # Updated fetch logic
│ ├── styles.css
│ └── index.html
│
└── README.md # This documentation
/v1-static/v1-phpClone the repo:
git clone https://github.com/yourusername/booklet-store.git
cd booklet-store
Open in browser
open index.html # Or double-click the file