Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.27 KB

File metadata and controls

47 lines (30 loc) · 1.27 KB

Food Fare: Connect, Donate, and Share Meals

Live Site: Food Fare

Overview

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:

Features

  • 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.

Technologies Used

  • Frontend:React, JavaScript, TailwindCSS, CSS, HTML
  • Backend: Node.js, Express.js
  • Database: MongoDB

Installation Steps

Use firebase environment variables to run this properly

  1. Clone the repository:
 git clone https://github.com/Md-Firoz-Mahmud-Nur/0142-Food-Fare-client-assignment-11-module-63.git
  1. Navigate to the project directory:
cd 0142-Food-Fare-client-assignment-11-module-63
  1. Install dependencies:
npm i
  1. Start the development server:
npm run dev