Skip to content

Tanvi-Kuwar/ZonMart

Repository files navigation

🛒 ZonMart – E-Commerce Website

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.


🌐 Live Demo

🚀 Hosted Version: 👉 https://zonmart.free.nf/index.php


📌 Features

🛍 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


🛠 Tech Stack

Layer Technology

Frontend HTML, CSS, JavaScript Backend PHP Database MySQL Hosting InfinityFree / Vercel (frontend only) / Localhost


⚙ Installation (Local Setup)

  1. Clone the Repository

git clone https://github.com/your-username/zonmart.git

  1. Move to Server Directory

For XAMPP:

htdocs/zonmart

  1. Import Database

Open phpMyAdmin

Create database: zonmart_db

Import .sql file

  1. Configure DB in PHP

$host = "localhost"; $user = "root"; $pass = ""; $db = "zonmart";

  1. Start Project

http://localhost/zonmart


🤝 Contributing

Contributions are welcome! Create an issue or submit a pull request.


📄 License

Open source — free to use for learning & development.

About

Zon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors