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!