Feature rich and Interactive Leetcode clone. Code runs on dockerized containers to protect backend
- Users can create and attempt problem
- Resizable Code Editor
- Rich text support for publishing problems
- Support for dark mode
- Support for Autocomplete
- Supports java, Python and Javascript
Run the following command:
turbo run devThis Turborepo includes the following packages/apps:
server: a Node.js Express appclient: a React frontend appcommon: a library shared by bothserverandclientapplications
Each package/app is 100% TypeScript.
To build all apps and packages, run the following command:
cd letscode
turbo build