Check it out here!
Backend Repo is here.
Simply copy the following markdown and replace <USERNAME>
and <THEME>
with your username and chosen theme.
[![<USERNAME>'s LeetCode Stats](https://leetcode-stats.vercel.app/api?username<USERNAME>&theme=<THEME>)](https://github.com/JeremyTsaii/leetcode-stats)
Alternatively, go to the web app here, type in your username and select your theme, then click "Generate". You can copy the Image URL or Markdown from there.
For the raw SVG, hit the endpoint below (replacing <USERNAME>
and <THEME>
)
Invoke URL: https://leetcode-stats.vercel.app/api?username<USERNAME>&theme=<THEME>
- Light (default)
- Dark
Light Mode:
[![jetsai's LeetCode Stats](https://leetcode-stats.vercel.app/api?username=jetsai&theme=Light)](https://github.com/JeremyTsaii/leetcode-stats)
Dark Mode:
[![jetsai's LeetCode Stats](https://leetcode-stats.vercel.app/api?username=jetsai&theme=Dark)](https://github.com/JeremyTsaii/leetcode-stats)
First clone the repository onto your local machine. You can then run the following commands:
Install all of the depedencies.
Runs the app in the development mode with live updates.
Open http://localhost:3000 to view it in the browser.
Formats the files with Prettier.
Lints the files with ESLint.
Runs the test suite. Make sure that all tests pass before committing/pushing!