Skip to content

ubanand36/CollabMate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

🚀 CollabMate

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.


✨ Features

  • 🔍 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

🛠 Tech Stack

Frontend

  • HTML
  • CSS
  • JavaScript

Backend

  • Python
  • Flask

Authentication

  • Firebase Authentication

API

  • SerpAPI (LinkedIn profile search)

⚙️ How It Works

  1. Users create an account or log in.
  2. After logging in, they enter a skill (for example: Python, React, UI/UX).
  3. The platform searches for professionals with that skill.
  4. Results display LinkedIn profiles of developers who match the search.
  5. Users can directly connect with them via LinkedIn.

📂 Project Structure

CollabMate/
│
├── static/
│   ├── css/
│   ├── js/
│   └── firebase/
│   └── image/   
├── templates/
│   ├── index.html
│   ├── login.html
│   ├── register.html
│   ├── dashboard.html
│   └── results.html
│
├── app.py
└── README.md

💻 Installation

Clone the repository

git clone https://github.com/your-username/collabmate.git

Move into the project folder

cd collabmate

Install dependencies

pip install flask serpapi

Run the application

python app.py

Open in browser

http://127.0.0.1:5000

🚀 Future Improvements

  • Show real LinkedIn profile images
  • AI-powered mentor recommendations
  • Messaging system for mentors and developers
  • Advanced skill filtering
  • Profile verification system

👨‍💻 Author

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors