/leetcode-stats

LeetCode stats to put in your GitHub readme or Website

Primary LanguageJavaScriptMIT LicenseMIT

LeetCode Stats

This is a GitHub LeetCode stats card for your ReadMe.

Usage

You can copy the markdown link and simply paste to your ReadMe.

WARNING!
Since the Vercel account has exceeded the usage limit, this project currently doesn't work

  • Light Theme

Replace {username} with your LeetCode username.

[![LeetCode Stats](https://zeynalmardanli-leetcode-stats.vercel.app/light/{username})](https://zeynalmardanli-leetcode-stats.vercel.app/light/Lshiroc)
  • Dark Theme

Replace {username} with your LeetCode username.

[![LeetCode Stats](https://zeynalmardanli-leetcode-stats.vercel.app/dark/{username})](https://zeynalmardanli-leetcode-stats.vercel.app/dark/Lshiroc)

Notice

To avoid case sensetive username problems, your username will be displayed in the way you entered in url. There is a case difference between .../lshiroc and .../Lshiroc.

For example:

If you type .../light/lshiroc, result will be: (Name will be "lshiroc")

If you type .../dark/Lshiroc, result will be: (Name will be "Lshiroc")