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