jsvigneshkanna / leetcode-github-extension

Automatically sync your leetcode solutions to your github account

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Let's see you ACE that coding interview!

leetcode view

How to set up LeetHub for local development?

  1. Fork this repo and clone to your local machine
  2. Go to chrome://extensions
  3. Enable Developer mode by toggling the switch on top right corner
  4. Click 'Load unpacked'
  5. Select the entire LeetHub folder
  6. Run "npm run setup" to install the developer dependencies

Other npm commands available:

npm run               Show list of commands available
npm run format        Auto-format JavaScript, HTML/CSS
npm run format-test   Test all code is formatted properly
npm run lint          Lint JavaScript
npm run lint-test     Test all code is linted properly

About

Automatically sync your leetcode solutions to your github account

License:MIT License


Languages

Language:JavaScript 85.8%Language:HTML 11.3%Language:CSS 2.9%