A minimal web-based C++ code editor built with React.js, Tailwind CSS, Monaco Editor, and Socket.IO for real-time input and output handling.
- Monaco-powered code editor
- Real-time terminal with Xterm.js
- Runtime input/output via WebSockets
- Clean, distraction-free UI
- React.js
- Vite
- Tailwind CSS
- Monaco Editor
- Xterm.js
- Socket.IO
git clone https://github.com/adam-dev2/Code-Runner.git
cd Code-Runner
npm install
npm run dev
Make sure the backend server is running locally or update the socket URL in CodeRunner/server/server.js.
Let me know when you're ready for the backend one π