Skip to content

A platform for developers to: Showcase their profiles, projects, and skills Connect with other developers Post updates, blogs, and achievements Follow, endorse, and message others

License

Notifications You must be signed in to change notification settings

khushi1k4/DevConnect

 
 

Repository files navigation

🚀 DevConnect

A platform for developers to: Showcase their profiles, projects, and skills Connect with other developers Post updates, blogs, and achievements Follow, endorse, and message others DevConnect is an open-source developer-centric social platform designed to help developers showcase their projects, connect with peers, and build their personal brand — all in one place.

💡 Think of it as a lightweight, modern, and focused alternative to LinkedIn — built by developers for developers.


🔗 Table of Contents


🧪 Demo

Coming soon! Stay tuned for the hosted link.


✨ Features

  • 🧑‍💻 Developer Profile – Add your bio, tech stack, and GitHub portfolio
  • 📂 Project Showcase – Share projects with live demo and code links
  • 🔍 Discover Developers – Search by skills, stacks, and interests
  • ❤️ Community Interactions – Like, comment, and connect
  • 🛠️ Contribution Stats – Show GitHub contributions visually
  • 💬 (Coming Soon) Messaging System – One-on-one dev chats

🧰 Tech Stack

Layer Technology
Frontend React.js, Tailwind CSS
Backend Node.js, Express.js
Database MongoDB (Mongoose)
Auth Firebase Auth / GitHub OAuth
Hosting Vercel (frontend), Render (backend)
Dev Tools ESLint, Prettier, GitHub Actions

🚀 Getting Started

Prerequisites

Ensure you have the following installed:

  • Node.js (v18+)
  • Git
  • MongoDB (local or Atlas)

Installation

# Clone the repository
git clone https://github.com/<your-org>/devconnect.git
cd devconnect

# Install frontend dependencies
cd client
npm install

# Install backend dependencies
cd ../server
npm install

About

A platform for developers to: Showcase their profiles, projects, and skills Connect with other developers Post updates, blogs, and achievements Follow, endorse, and message others

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.4%
  • Other 0.6%