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.
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
To test the admin features locally:
http://localhost/phpmyadmin/
) and import the database if provided.Open your browser and go to the login page:
β οΈ Visitors without admin credentials can only view the products on the homepage and product pages.
View the live website here: QuirkStyle Live Demo
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.