Skip to content

This site compares your GitHub Profile with your friends, also analyses and tells your GitHub profile score too.

License

Notifications You must be signed in to change notification settings

anshuman-8/github-duel

Repository files navigation

GitHub ⚔️ Duel

Compare your GitHub profiles with your friends

It gives score to GitHub profile based on repositories, contributions, pull request, issues and other factors.

Go checkout the site and check who wins! 😎


Want to contribute? 🤔

  1. Fork this repository and then Clone it
git clone {{repo URL}}
cd github-duel
  1. Install all the packages
npm i 
  1. Set up environment variable for the GitHub API.

    Get a GitHub Personal access token with scope of all repo and user access. Then set the token in .env.local file in root folder as

NEXT_PUBLIC_TOKEN: <your token>
  1. To run the website locally
npm run dev
  1. Before making any PRs, confirm your build with
npm run build
npm run export

for no Errors or Critical Warnings

About

This site compares your GitHub Profile with your friends, also analyses and tells your GitHub profile score too.

Topics

Resources

License

Stars

Watchers

Forks