A simple chrome extension which helps to keep your LeetCode solutions.
Just add it to your browser from the webstore
- Add this extension to your browser
- Sign in with GitHub
- Use this extension after LeetCode problem acceptance(this will happen automatically soon)
Version 0.2.0:
- Added solution form validation
- Added remembering last selected repo and set it as default
- Added loader while the app is initializing
- Added solution file name and commit message generation based on the problem title and selected programming language
Version 0.1.0:
- OAuth through GitHub.com
- Simple form for solution submit
This extension is built using:
- TypeScript
- React
- Octokit/rest
- Clone this repo
npm icp src/config.json.example src/config.json- Generate personal token and set it to
config.jsontouserTokenfield npm run devto compile once ornpm run watchto run the dev task in watch modenpm run buildto build a production (minified) version- Visit
chrome://extensionsand load unpackeddistdirectory
