Makers Connect is a web-based marketplace platform designed to connect cotton yarn vendors and weaving product manufacturers directly with customers.
The platform enables vendors to showcase handcrafted yarn and textile products while allowing customers to browse, estimate costs, and place orders through a simple and user-friendly interface.
🔗 GitHub Repository: https://github.com/midhun-murphy/makers-connect
Makers Connect was developed to support local weavers and yarn manufacturers by creating a digital platform where they can directly reach customers without middlemen.
The system focuses on:
- Vendor accessibility
- Product transparency
- Fair trade support
- Secure transactions
- Simplified ordering process
- User Registration
- Login System
- Session Handling
- Browse cotton yarn products
- View pricing and product details
- Product inquiry option
- Calculates estimated final cost
- Distance-based shipping estimation
- Interest and shipping calculations
- Payment details form
- Order submission workflow
- Direct interaction between vendors and buyers
- Supports handcrafted textile businesses
- HTML5
- CSS3
- JavaScript
- PHP
- MySQL
- XAMPP
- VS Code
- User registers/login
- User browses available yarn products
- User selects products
- Shipping and final cost are estimated
- User proceeds to payment
- Order gets submitted
makers-connect/
│
├── css/
├── images/
├── js/
├── php/
├── database/
├── screenshots/
├── index.php
├── login.php
├── register.php
└── README.md
---
## Installation Guide
## Clone Repository
```bash
git clone https://github.com/midhun-murphy/makers-connect.gitCopy the project folder into:
C:/xampp/htdocs/Open XAMPP Control Panel and start:
- Apache
- MySQL
Open browser and go to:
http://localhost/phpmyadminCreate a new database:
makers_connectClick Import
Select your SQL file from:
database/makers_connect.sqlClick Go
Open browser and run:
http://localhost/makers-connect- Online payment gateway integration
- Real-time order tracking
- Vendor dashboard
- Product reviews and ratings
- AI-based product recommendations
- Mobile responsive UI improvements
- Admin analytics dashboard
Through this project, we learned:
- Full-stack web development
- Authentication handling
- Database integration
- Ecommerce workflow design
- UI/UX implementation
- Cost estimation logic





