An online code editor and compiler built with React and integrated with the Piston API, which provides access to a wide range of language runtimes.
- 🔹 Multi-language support (Python, C, C++, Java, Go, Rust, etc.)
- 🔹 Real-time code execution with input/output
- 🔹 Fast and lightweight frontend using React
- 🔹 Clean and minimal user interface
- Frontend: React, chakraUI
- Backend API: Piston API
- User writes code in the editor.
- Code is sent to the Piston API for execution.
- Output is returned and displayed in the UI.