A web-based live code editor that allows you to write and preview HTML, CSS, and JavaScript code in real-time.
- ⚡Real-time preview of HTML, CSS, and JavaScript
- 📄 Monaco editor with syntax highlighting
- 🌑 Dark theme interface
- 🔧 Resizable editor panels
- 📦 Export functionality to download code as ZIP file
- 📱 Responsive layout for desktop and mobile
- 💾 Local storage to persist code changes
- TypeScript
- Monaco Editor
- TailwindCSS
- Vite
- JSZip
- Install dependencies:
pnpm install
- Start development server:
pnpm dev
- Build for production:
pnpm build
- Preview production build:
pnpm preview
src/
constants/ # Constants and default values
helpers/ # Utility functions
types/ # TypeScript type definitions
main.ts # Entry point
input.css # TailwindCSS input styles
output.css # Generated CSS
This project is licensed under the MIT License.
By: Jeremias Villane