E-Commerce Platform
2023
Recyclo Cart
Recyclable product marketplace and eco-friendly shopping cart application.
Role
Full Stack Developer
Team Size
Solo Project
Duration
1.5 months
Status
completed
Problem Statement
Handling product catalog filtering and cart persistence without external framework libraries.
Engineering Solution
Built a PHP e-commerce application handling product catalog displays, PHP session cart storage, and order database commits.
Engineering Decisions & Architecture
- Implemented PHP session-based shopping cart management (add, update, remove items).
- Added product filtering by category and price range.
- Created checkout processing inserting orders into MySQL.
Technologies Used
PHP
MySQL
JavaScript
Bootstrap