QuirkStyle-A-product-grallery

πŸ›οΈ QuirkStyle – Product Gallery Website

Live Demo


πŸ“Œ Overview

QuirkStyle is a dynamic product gallery website designed to showcase a variety of products with an intuitive interface.
It demonstrates the integration of backend functionality (PHP & MySQL) with a polished frontend to create a seamless browsing experience.


πŸš€ Key Features


πŸ“‚ Project Structure

QuirkStyle/ │── admin.php # Admin dashboard │── about-us.php # About Us page │── contact.php # Contact page │── index.php # Homepage / Product gallery │── login.php # Admin login page │── products.php # Product listings │── config.php # Database configuration │── script.js # JavaScript functionalities │── style.css # Main stylesheet │── admin.css # Admin panel styling │── contact.css # Contact page styling │── about-us.css # About Us page styling │── images/ # Product images and assets │── uploads/ # Admin uploaded files


πŸ› οΈ Technologies Used


πŸ–₯️ Testing Admin Locally

To test the admin features locally:

  1. Make sure you have a local server environment installed, e.g., XAMPP, WAMP, or MAMP.
  2. Place the project folder inside the server’s htdocs directory.
  3. Start Apache and MySQL.
  4. Access phpMyAdmin (http://localhost/phpmyadmin/) and import the database if provided.
  5. Open your browser and go to the login page:

  6. Use the pre-registered admin credentials (provided in the project by the developer) to log in and manage products.

⚠️ Visitors without admin credentials can only view the products on the homepage and product pages.

πŸ“ Live Demo

View the live website here: QuirkStyle Live Demo


🀝 Contributing

Contributions are welcome! Please fork the repository, make your changes, and submit a pull request. Note that admin credentials are pre-registered; do not attempt to change the database unless testing locally.