There's a difference between knowing the path and walking the path - Morpheus
LeetSolve - A cross-platform desktop application showing algorithm problems attempted by you on Leetcode.
Sometimes back Leetcode did not show all the attempted problems(AC/Non-AC) by the user at one place. Particularly, Non-AC problems are important for students preparing for interviews as they want to solve them eventually. Categorizing all such problems based on their Difficulty Level and Acceptance Rate becomes helpful.
-
Clone this repo to your local machine and cd into the LeetSolve directory.
-
npm i
This will download all the required dependencies for the application to run on your local machine.
-
npm start
This will run the script corresponding to 'start' in package.json
Step-1:
Login to your account on leetcode.com in any browser of your choice.
Step-2:
After Login, Check the Cookies set by leetcode.com for you. For e.g. in Chrome/Firefox you can go to Dev Tool -> Application Tab -> Cookies -> https://leetcode.com.
Step-3:
Copy the value corresponding to 'LEETCODE_SESSION' and paste it inside the form shown in LeetSolve App.
Note: This cookie value will be valid until you do not logout from https://leetcode.com. Once logged out. Follow the above 3 steps again.
- HTML/CSS/JS (Beginner).
- React.js (Beginner).
- Electron.js (Beginner).
- Node.js (Beginner).
Are there any tips/guidelines for contributors under ContriHUB-21?
Yes. Check CONTRIBUTING.md
Where to add contributors name for ContriHUB-21?
Check CONTRIBUTORS.md