A modern web-based code editor.
- Multi-language Support: HTML, CSS, JavaScript, TypeScript, Python, C++, Java, and more
- Live Preview: See HTML/CSS/JS changes in real-time
- Code Formatting: Automatic code formatting for JavaScript and TypeScript
- File Management: Create, rename, and delete files
- Code Snippets: Built-in and custom code snippets
- Dark/Light Theme: Toggle between themes
- Keyboard Shortcuts: Quick access to common actions
- Clone or download the project
- Install dependencies:
npm install - Start the development server:
npm run dev - Open your browser and start coding!
Ctrl+Enter- Run codeCtrl+Shift+F- Format codeCtrl+Shift+P- Open command paletteCtrl+S- Save (demo)Ctrl+Z- UndoCtrl+Y- Redo
- React with TypeScript
- Monaco Editor (VS Code's editor)
- Tailwind CSS
- Vite
MIT License