/LeetCode-Dark

A dark_mode, electron-app implementation of the DSA website https://leetcode.com/ . 10x better than the real one.

Primary LanguageJavaScriptMIT LicenseMIT

LeetCode-Dark

A dark_mode, electron-app implementation of the DSA website https://leetcode.com/

How to run

npm install
npm start

alt text
alt text

How to compile to a executable

electon-packer folderDir appName
eg. ./node_modules/electron-packager/bin/electron-packager.js ~/Desktop/tempWorkspace/binarySearchApplication/ binarySearch