GrabNest is a dynamic and responsive e-commerce web application developed using PHP, MySQL, HTML, CSS, and JavaScript. It allows users to browse products, manage their wishlist and cart, and make purchases. The project also includes a secure admin panel for full product and order management.
🌐 Live Website: http://grabnest.free.nf
- Awej Pathan – Lead Developer (Full Stack: Frontend, Backend, Admin Panel, Database Design)
- Arman Bagwan – Assisted with HTML/CSS page layout
- Junaid Shaikh – Helped in database testing and UI review
- 🛒 Add to Cart & Wishlist Functionality
- 👤 User Registration & Login
- 🔐 Secure Admin Panel (CRUD for products, users, orders)
- 📱 Mobile-Responsive Design
- ⚡ Real-time User Interactions via AJAX
- 📦 Product Search and Filtering
| Layer | Tools & Tech |
|---|---|
| Frontend | HTML5, CSS3, JavaScript, Bootstrap |
| Backend | PHP (Core PHP, Procedural) |
| Database | MySQL (phpMyAdmin) |
| Hosting | InfinityFree (Free Hosting Platform) |
| Dev Tools | IntelliJ IDEA, Git, GitHub |
- Users Table: Stores user info (registration/login)
- Products Table: Stores product details
- Orders Table: Tracks orders placed
- Wishlist Table: Stores saved items per user
- Admin Table: Secured admin access
SQL file included: grabnest.sql
- The website is fully functional and demo-ready.
- Can be scaled further with payment integration and order tracking.
- Built with clear separation of frontend and backend logic.
This project is for academic and demonstration purposes only.