The Code Editor is a web-based application that enables users to write, edit and run code directly in their browser. It leverages modern web technologies to provide a fast and responsive coding experience.
- Code Editing: Write and edit code with syntax highlighting.
- Live Preview: See real-time updates of your code output.
- Frontend:
- React
- Monaco-Editor (React module)
- Chakra UI
The monaco-editor react module is used for the editor
Run npm install monaco-editor to install.
Chakra UI is used for styling
Piston API is used for running the code and generate output