Plateful is a platform that connects users with surplus meals from local restaurants. Our goal is to make high-quality food more accessible, affordable, and sustainable. Users can browse available meals near them, reserve or purchase them at a discount, and help reduce food waste. Restaurants can also choose to donate surplus meals to NGOs, ensuring that edible food reaches those in need instead of going to waste. Every meal saved or donated contributes to lowering food waste and greenhouse gas emissions.
Also, this is a hackathon project, for a better devlog, you can view the github commit history :))
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
This is the final product of this hackathon project! Frontend Built with React and Tailwind CSS for responsive design. Components include MarketplaceHeader, MarketplaceFilters, and FoodItemCard. Implemented search, sorting, and filtering to improve discoverability. Backend Used Drizzle ORM with Node.js for managing product data and locations. Built APIs to fetch nearby products using user geolocation. Midtrans was integrated as our payment gateway to handle secure transactions. We used their sandbox environment to test payments, simulate different payment methods, and ensure smooth order processing before going live. Location-Based Features Users can set their location manually or use geolocation to find nearby food. Calculated distances using the Haversine formula for better accuracy