A live web code editor with real-time preview functionality built using React and CodeMirror. Edit HTML, CSS, and JavaScript simultaneously with collapsible panels! 🚀
- 📝 Triple-pane editor for HTML/CSS/JS
- 🔄 Real-time preview updates (1-second debounce)
↔️ Collapsible editor panels- 🛡️ Safe script execution sandbox
- 📱 Responsive layout
-
Clone the repository:
git clone https://github.com/yourusername/codecloud.git
-
Install dependencies:
npm install
-
Start development server:
npm run dev
- ⚛️ React 18
- 📚 CodeMirror
- 🎨 CSS Modules
- 🕒 Debounced rendering
- 🖼️ Font Awesome Icons
- Write code in any of the three editors (HTML/CSS/JS)
- See instant preview updates in the right panel
- Click expand/collapse buttons (
↔️ ) to toggle editors