Live Site: Food Fare
Food Fare is a web platform designed to facilitate food donation and distribution, aiming to reduce food waste and alleviate hunger in communities. Here's what you need to know about our project:
- Food Donation: Easily donate surplus food items by providing essential details such as food name, quantity, expiry date, and pickup location.
- Request System: Users in need can request food items from the available listings, fostering a sense of community and support.
- Update Food: Administrators have access to a comprehensive dashboard to manage food listings.
- Frontend:React, JavaScript, TailwindCSS, CSS, HTML
- Backend: Node.js, Express.js
- Database: MongoDB
Use firebase environment variables to run this properly
- Clone the repository:
git clone https://github.com/Md-Firoz-Mahmud-Nur/0142-Food-Fare-client-assignment-11-module-63.git
- Navigate to the project directory:
cd 0142-Food-Fare-client-assignment-11-module-63
- Install dependencies:
npm i
- Start the development server:
npm run dev