Skip to content

Releases: SUDO-j182/code-editor-v1

First Release

21 Apr 20:57
9e7a42d

Choose a tag to compare

First Release – v1.0

Initial stable release of the Terminal Code Editor.

Included in this version:

  • HTML, CSS, and JavaScript input panels
  • Live preview using an iframe
  • Custom console output that captures console.log() messages
  • Line numbers for all code input areas
  • Manual Run button for controlled execution
  • Auto-Run toggle for real-time updates while typing
  • Save and Load functionality using localStorage
  • Fully responsive layout with retro terminal-style interface
  • Darkcyan background with yellow text, matching my signature color scheme
  • No frameworks or libraries – built entirely with HTML, CSS, and JavaScript

This release serves as the foundation for a dedicated learning environment, separate from my main development setup. It's designed to help me focus and improve my frontend and JavaScript skills by testing ideas in isolation.

image