🔍 Compare GitHub developer profiles in a clean, visual, and data-driven way.
Built with:
- 📍 Overview
- 👾 Features
- 📁 Project Structure
- 🚀 Getting Started
- 📌 Project Roadmap
- 🔰 Contributing
- 🎗 License
- 🙌 Acknowledgments
GitHub Profile Compare is a developer tool that allows you to compare two or more GitHub users by analyzing their repositories, contributions, languages, stars, forks, and more.
Whether you're hiring, collaborating, or just curious, this app provides a clean interface to quickly gain insights into any GitHub user's developer activity.
- 🧑🤝🧑 Compare multiple GitHub profiles side by side.
- 📊 Stats on repo count, language usage, stars, forks.
- 🌗 Dark mode support.
- 🧠 Profile scoring algorithm.
- ⚙️ Built using Next.js 13+, Tailwind CSS.
- 💻 Responsive UI for all screen sizes.
github-profile-compare/ ├── README.md ├── app/ │ ├── about/ │ ├── compare/ │ ├── contact/ │ ├── privacy/ │ ├── results/ │ ├── layout.js │ ├── page.js │ └── globals.css ├── components/ │ ├── AdvancedStats.js │ ├── DarkModeToggle.js │ ├── ProfileComparison.js │ ├── RepoQualityScore.js │ └── TypewriterEffect.js ├── public/ ├── package.json ├── tailwind.config.js ├── postcss.config.mjs ├── next.config.mjs ├── next.config.js ├── jsconfig.json └── package-lock.json
- Node.js (v18+)
- npm (v9+)
git clone https://github.com/shaswat2031/github-profile-compare cd github-profile-compare npm install
npm run dev
Visit http://localhost:3000 in your browser.
npm test
- Profile Comparison UI
- Dark Mode
- Basic Scoring System
- GitHub OAuth Login
- Export to PDF
- Org-level Comparison
- Fork the project
- Clone your fork
- Create a feature branch
- Commit your changes
- Push and submit a Pull Request
📬 Issues and suggestions welcome via GitHub Issues: https://github.com/shaswat2031/github-profile-compare/issues
This project is licensed under the MIT License.
See the LICENSE file for full details.
- 🧑💻 GitHub REST API: https://docs.github.com/en/rest
- 🎨 Skillicons.dev: https://skillicons.dev
- ⚛️ Next.js Docs: https://nextjs.org/docs
- 💅 Tailwind CSS: https://tailwindcss.com
- ✨ Inspired by GitHub Readme Stats and GitHub Wrapped