ZonMart is a simple, responsive, and beginner-friendly e-commerce website built using HTML, CSS, JavaScript, PHP, and MySQL. It showcases essential online shopping features such as product display, cart system, and backend database integration.
🚀 Hosted Version: 👉 https://zonmart.free.nf/index.php
🛍 Product Listing with images, prices, and descriptions
🔎 Search and Filter options
🧺 Add to Cart
👤 User Login & Signup (if added)
📦 Checkout / Order Placement
💾 MySQL Database Integration
📱 Fully Responsive Design
Layer Technology
Frontend HTML, CSS, JavaScript Backend PHP Database MySQL Hosting InfinityFree / Vercel (frontend only) / Localhost
- Clone the Repository
git clone https://github.com/your-username/zonmart.git
- Move to Server Directory
For XAMPP:
htdocs/zonmart
- Import Database
Open phpMyAdmin
Create database: zonmart_db
Import .sql file
- Configure DB in PHP
$host = "localhost"; $user = "root"; $pass = ""; $db = "zonmart";
- Start Project
Contributions are welcome! Create an issue or submit a pull request.
Open source — free to use for learning & development.