E-commerce-Website
This project is built using HTML, CSS, Bootstrap 5, and Pure JavaScript. For easier component reuse across multiple pages, PHP files were used to include and manage repeated sections like headers, footers, and other shared parts.
🛠 Technologies Used
HTML5
CSS3
Bootstrap 5
JavaScript (Pure JS)
PHP (for component integration)
📂 Project Structure
assets/css/ → Contains all CSS stylesheets.
assets/js/ → Contains JavaScript scripts.
assets/imgs/ → Contains images used in the project.
.php files → Represent different pages and reusable components.
🚀 How to Run the Project
Open the project in VS Code.
Go to Extensions in VS Code.
Search for and install PHP Server extension.
Open any .php page you want to view.
Click "serve Project" icon (from PHP Server) to launch the page in your browser.
📌 Notes
The project uses PHP only for including components, not for backend logic.
All styling is handled via Bootstrap 5 and custom CSS files.
All interactivity is built with Pure JavaScript (no external JS frameworks).