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 i
cp src/config.json.example src/config.json
- Generate personal token and set it to
config.json
touserToken
field npm run dev
to compile once ornpm run watch
to run the dev task in watch modenpm run build
to build a production (minified) version- Visit
chrome://extensions
and load unpackeddist
directory