Butcher Shop
Code Available · No Live DemoAn e-commerce site for an online butcher shop, including customer accounts, cart/checkout, and an admin panel.
Illustrative interface preview — no working live demo is available for this project (see below).
Architecture
Browser
PHP (customer-facing + admin)
MySQL database
Hosting
Problem
An online shop needs more than a product list — accounts, a cart that persists through checkout, and a way for the shop owner to manage products without editing code.
Solution
Built a PHP and MySQL e-commerce site with customer registration and login, a shopping cart and checkout flow, and a separate admin panel for managing products and orders.
Technology
PHPMySQLHTMLCSSJavaScript
Key Features
- Customer registration and login
- Shopping cart and checkout flow
- Order history for customers
- Admin panel for product management
What I Learned
Handling stateful flows like a cart across multiple pages, and separating customer-facing and admin functionality within the same codebase.