# 🌐 WebCode Playground A browser-based code editor built with **Vite** and **React**, inspired by VS Code. Write HTML, CSS, and JavaScript directly in your browser and see live previews as you codeβ€”just like a web playground. ## ✨ Features - πŸ“ Edit HTML, CSS, and JavaScript in real-time - ⚑ Instant live preview of your code - πŸ–₯️ VS Code-like layout and feel - πŸ”’ Safe rendering with sandboxed iframes - πŸ’‘ Lightweight and fast, powered by Vite ## πŸš€ Getting Started 1. **Clone the repository:** ```bash git clone https://github.com/BNB2006/VS-Lite.git cd webcode-playground ``` 2. **Install dependencies:** ```bash npm install ``` 3. **Start the development server:** ``` npm run dev ``` 4. Open your browser and go to: `http://localhost:5173` ## 🧰 Built With - Vite + React - JavaScript - Tailwind CSS ## 😊