Foddie is a web application designed to connect food donors with individuals or organizations in need of food assistance, much like the food delivery platform showcased at the provided link.
- Users can register or log in to the platform using Firebase Authentication, ensuring secure access to features and personal data.
- The platform features a user-friendly interface where users can create donation requests, browse existing requests, and fulfill them.
- Donation requests are displayed with important details such as donor name, pickup location, expiration date, request date, and donation amount, providing transparency and facilitating efficient food distribution.
- Clone the repository:
git clone <repository_url>
- Navigate into the project directory:
cd <project_folder>
- Then install dependencies:
npm install
To start the application, run npm start
and navigate to http://localhost:3000
in your browser.