This is a web-based code compiler that allows users to write, compile, and execute code directly in the browser. It currently supports JavaScript and Python, with plans to expand to more languages.
The project integrates:
- Codeium for intelligent code autocompletion.
- OneCompiler API for compiling and executing code.
- ✅ Language selection (JavaScript, Python)
- 🧠 Code autocompletion via Codeium
- 🐞 Syntax and runtime error display
- 📤 Output window for compiled code
- Frontend: React (v19.2.0)
- Autocomplete: Codeium Editor npm package
- Compiler: OneCompiler (free tire)
git clone https://github.com/john310897/code-editor.git
cd code-editor
npm install
npm start 
- Select a language from the dropdown.
- Write your code in the editor.
- Click compile to run the code.
- View output or errors in the output window


