A modern integrated development environment (IDE) that supports multiple programming languages. Code IDE provides a seamless coding experience with real-time code execution capabilities.
- Modern UI - Clean and intuitive interface with a dark theme
- Multi-language Support - Write and execute code in:
- JavaScript
- TypeScript
- Python
- C++
- Java
- Real-time Code Execution - Run your code instantly with Ctrl+Enter
- Input/Output Console - Interactive console for program input and output
- Quick Actions - Save, copy, and reset code with a single click
- Theme Toggle - Switch between light and dark themes
- Customizable Settings - Adjust font size and other editor preferences
- Keyboard Shortcuts - Efficient coding with keyboard shortcuts
- Auto-save - Keeps your code safe with automatic saving
- React.js
- Monaco Editor
- Tailwind CSS
- Vite
- Node.js
- Express.js
- Docker
- Clone the repository:
git clone https://github.com/yourusername/code-editor.git
cd code-editor- Start with Docker Compose (recommended):
docker-compose up --buildOr start frontend and backend separately:
cd client
npm install
npm run devcd server
npm install
npm startThe application will be available at http://localhost:5173 (dev) or http://localhost:80 (production).
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.

