ReFork is a web-based platform designed to facilitate food donations. Built with a modern tech stack including React, Express, Node.js, and MongoDB, ReFork aims to streamline the process of connecting donors with those in need. The project emphasizes security and efficiency, leveraging Firebase for secure login and JWT for token-based authentication.
- CRUD Operations: Users can create, read, update, and delete food donation entries, making it easy to manage donations.
- Firebase Secure Login: Ensures user authentication and data security with Firebase authentication.
- JWT Authentication: Utilizes JSON Web Tokens (JWT) for secure and efficient user session management.
- Smooth and Fast: Optimized for performance, ensuring a seamless user experience.
- User-Friendly Interface: Intuitive design to facilitate easy navigation and interaction for all users.
- Node.js
- npm or yarn
- Clone the repository
git clone https://github.com/yourusername/refork-client.git
2. Navigate to the project directory
```cd refork-client
- Install dependencies
npm install
# or
yarn install
Built With
- React - JavaScript library for building user interfaces
- Express - Web application framework for Node.js
- Node.js - JavaScript runtime built on Chrome's V8 JavaScript engine
- MongoDB - NoSQL database for storing data
- Firebase - Platform for secure authentication
- JWT - Token-based authentication