A lightweight C++ editor made for competitive programmers. Write, run and test your C++ code quickly in your browser or locally on your computer.
- Syntax highlighting and proper indentation
- Font size adjustment
- Word wrap and minimap
- Run code with a click or Ctrl + B (build code like Sublime Text)
- All C++ header files precompiled to save compilation time
- Stopwatch for coding sessions
- Input and output console integrated alongside the editor
- Supports multiple popular themes like Monokai, Dracula, Night Owl, and more
- Fixed bugs and improved stability
- Performance enhancements
- Frontend: HTML, CSS, JavaScript, TailwindCSS
- Backend: Node.js, Express.js
- Compiler: g++
- Editor: Monaco Editor
- Icons: Font Awesome
- Node.js
- g++ compiler installed locally
- Clone this repository
- Install dependencies
npm install
- Run the server
node server.js
Contributions are welcome. If you find a bug, have a suggestion or want to add a feature, feel free to open an issue or a pull request.