Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 1.64 KB

README.md

File metadata and controls

59 lines (39 loc) · 1.64 KB

BitesPlus: Food Sharing Platform

Project Overview

BitesPlus is a community-driven platform designed to facilitate food sharing and reduce surplus food waste. It connects donors who have excess food with individuals and families in need, fostering a sense of community while promoting sustainability. By leveraging BitesPlus, users can contribute to minimizing food waste and supporting those facing food insecurity in a simple and effective way.

Key Features:

  • Surplus Reduction
  • Food Management
  • Search & Filter

Technologies Used in this Project

  • ReactJS
  • Firebase
  • TailwindCSS
  • MongoDB (Server Side)
  • Express.js (Server Side)

Run the Project Locally

Prerequisites

Before you begin, ensure you have the following installed on your system:

  1. Clone the Repository:

    git clone https://github.com/sm-noushan/react-bites-plus-client
    cd react-bites-plus-client
  2. Install Dependencies:

    npm install
  3. Set Up Environment Variables: Create a .env.local file in the root directory and add the necessary environment variables. (Important!)

  4. Run the Application:

    npm run dev -- --host
  5. Access the Site: Open your browser and go to http://localhost:5173/ or http://192.168.1.12:5173/ from other devices on the same network to view the application.


Thank you!