LiveCodeCraft is a fast, real-time HTML, CSS, and JavaScript editor and preview tool, built with plain HTML, CSS, and JavaScript. It allows developers to quickly write and preview code, making it ideal for prototyping and testing web development ideas.
localStorage
to save code snippetsTo get started with LiveCodeCraft on your local machine, follow these steps:
git clone https://github.com/codewithajoydas/LiveCodeCraft.git
cd LiveCodeCraft
index.html
in your browser:open index.html
LiveCodeCraft/
āāā index.html # Main HTML file
āāā style.css # CSS styles for the editor and layout
āāā script.js # JavaScript for handling code preview and live updates
āāā assets/ # Images or assets for styling
<iframe>
for live preview.localStorage
, so your code persists even after page reloads.This project is licensed under the MIT License.