A full-stack web-based C++ compiler built from scratch using Node.js, Express, and React. This platform allows users to write, compile, and execute C++ code directly in the browser.
- 💻 Write and compile C++ code in real-time
- ⚡ Instant output of compilation results
- 🧾 Error messages and output displayed clearly
- 🌐 React-based modern frontend interface
- 🔒 Secure and isolated code execution using child processes
- 📦 Backend API to compile and return output
- React
- Tailwind CSS / CSS Modules (optional: include if you're using them)
- Node.js
- Express
- Child Process Module for executing C++ code
- fs (File System) for temporary file creation