CollabMate is a web platform that helps developers find mentors and collaborators based on specific skills.
Instead of manually searching across different platforms, users can simply search for a skill and discover experienced professionals instantly.
The platform connects beginners with experienced developers through their LinkedIn profiles, making mentorship discovery simple and accessible.
- 🔍 Skill-based mentor search
- 💼 LinkedIn profile discovery
- 🎨 Clean and modern UI/UX
- 🔐 Secure user authentication using Firebase
- ⚡ Real-time mentor results using SerpAPI
- 📱 Responsive design for better user experience
- HTML
- CSS
- JavaScript
- Python
- Flask
- Firebase Authentication
- SerpAPI (LinkedIn profile search)
- Users create an account or log in.
- After logging in, they enter a skill (for example: Python, React, UI/UX).
- The platform searches for professionals with that skill.
- Results display LinkedIn profiles of developers who match the search.
- Users can directly connect with them via LinkedIn.
CollabMate/
│
├── static/
│ ├── css/
│ ├── js/
│ └── firebase/
│ └── image/
├── templates/
│ ├── index.html
│ ├── login.html
│ ├── register.html
│ ├── dashboard.html
│ └── results.html
│
├── app.py
└── README.md
Clone the repository
git clone https://github.com/your-username/collabmate.gitMove into the project folder
cd collabmateInstall dependencies
pip install flask serpapiRun the application
python app.pyOpen in browser
http://127.0.0.1:5000
- Show real LinkedIn profile images
- AI-powered mentor recommendations
- Messaging system for mentors and developers
- Advanced skill filtering
- Profile verification system
Anand Kumar Patel
Passionate developer interested in Web Development, Artificial Intelligence, and Data Science.
Always exploring new technologies and building projects that solve real-world problems.
⭐ If you like this project, consider giving it a star on GitHub!