🌟 LendLink is an intuitive platform for creating and managing groups, enabling seamless collaboration and lending among members. Empower communities, streamline processes, and foster trust with LendLink.
- Group Creation: Effortlessly create and manage groups.
- Real-Time Chat: Engage in dynamic conversations with group members.
- Member Eligibility Check: Ensure group access is limited to eligible users.
- Advanced Moderation: Admin-only tools for managing groups and deleting messages.
- Auto-Correct Suggestions: Enhance chat inputs with intelligent auto-correction.
- Beautiful Dark Mode: Enjoy a modern and elegant UI with dark mode support.
- Frontend: React.js, HTML, CSS, JavaScript
- Backend: Node.js, Express.js
- Database: MongoDB
- Real-Time Communication: Socket.IO
- Deployment: ( Vercel,and Render)
- Create a Group: Start by creating a new group with a unique name and admin controls.
- Manage Members: Add, remove, or verify members' eligibility to participate.
- Real-Time Chat: Communicate with members instantly using the in-built chat system.
- Moderation Tools: Admins can delete groups or messages with ease.
- Suggestions for Improvement: Use the auto-correct feature to refine chat messages.
-
Clone the Repository:
git clone https://github.com/yashsabne/LendLink.git cd LendLink -
Install Dependencies: For backend:
cd server npm installFor frontend:
cd client/LendLink npm install -
Set Up Environment Variables: Create a
.envfile in the root directory of the backend and add:PORT=5000 MONGO_URI=your_mongodb_connection_string JWT_SECRET=your_secret_key
-
Start the Development Server:
- Backend:
npm start
- Frontend:
npm start
- Backend:
-
Access the Application: Open your browser and navigate to:
http://localhost:3001
Check out the live version of LendLink!
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Commit your changes:
git commit -m "Add your message here" - Push to the branch:
git push origin feature/your-feature-name
- Open a pull request.
For any queries or feedback, reach out at:
- Email: yashsabne39@gmail.com
- GitHub: your-username


