Web-Based Code Editor - https://web-based-code-editor.vercel.app/
Project Description: Developed a dynamic web application that allows users to write, edit, and preview HTML, CSS, and JavaScript code in real-time. The application facilitates a live coding environment for front-end development.
Key Features:
Real-Time Preview: Implemented a live preview feature that updates the output as the user types, enhancing the development experience by providing instant feedback.
Multi-Pane Interface: Designed an intuitive interface with separate panes for HTML, CSS, and JavaScript, allowing users to focus on different aspects of their code simultaneously.
Custom Code Execution: Developed a secure method to execute user code within an isolated iframe, adhering to best practices for sandboxing and preventing potential security risks.