kavindu-kodikara /
GameaKade
Fully functional and responsive e-commerce web application for online food ordering and delivery. Features client and admin panels, built with HTML, CSS, JavaScript, PHP, Bootstrap, and AJAX.
64/100 healthLoading repository data…
DisanduRodrigo / repository
Fully functional and responsive E-Commerce web application for online products purchasing and delivery. Features - client and admin dashboards built with HTML, CSS, PHP, BootStrap, JavaScript, AJAX, and MySQL.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
DrodXStore is a modern and responsive online store web application designed to deliver a smooth shopping experience for both customers and administrators. Built using PHP, HTML, CSS, JavaScript, and Bootstrap, the platform provides all the essential e-commerce functionalities — from product browsing and purchasing to user and admin management.
| Process | Description |
|---|---|
| Sign In / Sign Up | User authentication and account creation |
| Sign Out | Securely log out from the system |
| Forgot / Reset Password | Recover and reset user credentials |
| Update Profile | Modify personal or account details |
| Add / Update Product | Add new products or edit existing ones |
| Basic & Advanced Search | Search for products by keywords or filters |
| Watchlist | Add or remove items from the watchlist |
| Add to Cart / Buy Now |
Selected from shared topics, language and repository description—not editorial ratings.
kavindu-kodikara /
Fully functional and responsive e-commerce web application for online food ordering and delivery. Features client and admin panels, built with HTML, CSS, JavaScript, PHP, Bootstrap, and AJAX.
64/100 health| Purchase products directly or via the cart |
| Save Invoice | Generate and store invoices after successful purchases |
| Admin Verification | Authenticate admin users |
| Manage Users / Products | Admin can update, delete, or verify users and items |
| Technology | Purpose |
|---|---|
| PHP | Core backend development |
| HTML5 | Page structure and content |
| CSS3 | Styling and layout |
| JavaScript | Client-side logic and interactivity |
| Bootstrap 5 | Responsive front-end design |
| MySQL | Database management |
Follow these steps to run the project locally.
Clone the repository
git clone https://github.com/DisanduRodrigo/DrodXStore.git
cd DrodXStore
Import the database
Create a new MySQL database (e.g., drodxstore_db).
Import the provided SQL file located in the database/ directory.
Using phpMyAdmin: open phpMyAdmin → select the drodxstore_db database → Import → choose the SQL file → Go.
Using MySQL CLI:
mysql -u root -p drodxstore_db < database/drodxstore.sql
Configure database connection
connection.php) and update the database credentials:<?php
$servername = "localhost";
$username = "root";
$password = "";
$dbname = "drodxstore_db";
// Example: create a PDO or mysqli connection using these values
?>
Run the project
htdocs for XAMPP).http://localhost/DrodXStore/You can add screenshots of your application below (e.g., Login Page, Home Page, Admin Panel, etc.).
| Page | Preview |
|---|---|
| Home Page | |
| Login Page | |
| Product Page | |
| Single Product Page | |
| Cart Page | |
| Update Product Page | |
| User Profile Page | |
| Admin Dashboard | |
| Admin Manage Users Page | |
| Admin Manage Products Page |
This project is licensed under the MIT License — feel free to use and modify it for educational or personal projects.
⭐ If you like this project, consider giving it a star on GitHub!