WasteNot is our hackathon project aimed at reducing food waste by connecting food donors (restaurants, homes, businesses) with NGOs who need it.
This digital platform enables real-time food posting, claiming, and tracking — helping bridge the gap between surplus and scarcity.
We have extensively researched the issue of edible food waste and its impact on both the environment and food insecurity.
The name “WasteNot” is inspired by existing real-world initiatives and open-source efforts addressing similar challenges globally.
We’re building a simplified and localized version tailored to our hackathon use case.
- ✅ Donors can post excess edible food
- ✅ NGOs can view and claim food in need
- ✅ Simple login for each role (Donor/NGO)
- ✅ Dashboard showing active food availability
Every day, tons of good food is thrown away. WasteNot provides a sustainable, software-only solution to help solve this — without IoT or physical infrastructure. It fosters a circular food economy through transparency, trust, and action.
We’ve introduced a Money Donor module where users can:
- Register as a donor or receiver.
- View live NGO fundraisers with progress tracking.
- Donate money directly to verified NGOs.
- Track donation history from the "My Donations" page.
- donation.php – Donor/Receiver role selection
- moneydonor.php – donor registration
- moneyreceiver.php- receiver registration
- donation_donor.php – View and donate to fundraisers
- donate.php – Process a single donation (by ngo_id)
- my_donations.php – Donor can track all donations
- donation_receiver – NGO can add new fundraisers (for admin/NGO role)
- Frontend: HTML, CSS, Bootstrap
- Backend: PHP (Core) + MySQL
- Database Tool: phpMyAdmin
- Local Server: XAMPP
🟡 MVP in Progress
✅ Database schema ready
🔜 Working on dashboard and authentication
| Member | Responsibility |
|---|---|
| 👩 Member 1 | Frontend Design |
| 👩 Member 2 | Authentication Logic |
| 👩 Member 3 | Database + Dashboard |
| 👩 Member 4 | Docs + GitHub + PPT |
💡 Problem Statement
Millions of tons of edible food are wasted due to the lack of coordination between food donors and recipients.
Build a simple platform where donors can create accounts and eventually post food details — enabling NGOs or receivers to claim surplus food.
- Download from https://www.apachefriends.org
- Start Apache and MySQL from the XAMPP control panel
- Move your extracted folder (e.g wastenot`) to:
C:\xampp\htdocs\wastenot
`
- Open: http://localhost/phpmyadmin
- Click Import, then select and upload the
schema.sqlfile provided - A new database will be created (e.g., 'donorpage')
Edit includes/db.php as follows:
php $servername = "localhost"; $username = "root"; $password = ""; $dbname = "donorpage" $conn = new mysqli($servername, $username, $password, $dbname); if ($conn->connect_error) { die("Connection failed: " . $conn->connect_error); } `
Open:
You can now:
- Register a donor
- Log in securely
- View homepage and About Us
- Admin Panel & Analytics
- Google Maps API for pickup location
- Not beyond to food only
- Built by Team Greenbridge for hackorbit
- PHP and SQL by Member 3
- UI by Member 1
📌 This repo is finally uploaded completely along with demo video
Stay tuned as we build WasteNot — a step toward zero food waste! 💚