Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.17 KB

File metadata and controls

19 lines (14 loc) · 1.17 KB
Screenshot_25-7-2026_145325_sidsimo github io

💻 محرر أكواد للمبتدئين (Beginners Code Editor)

An interactive, web-based code editor designed specifically to help beginners learn and experiment with web development. It allows users to write standard HTML markup and instantly render the output dynamically.

✨ Features

  • Real-time Execution: Write HTML/CSS code and press the "تشغيل" (Run) button to view the live result instantly underneath.
  • Clear Functionality: Quickly reset the input area using the "حذف" (Delete/Clear) button.
  • Simple Interface: Clean, focused, and intuitive layout designed for distraction-free learning.

🚀 Live Demo

Test the live application here:
🔗 Live Demo

🛠️ Built With

  • HTML5 - Structuring the editor layout, text area, and functional buttons.
  • CSS3 - Custom styling, responsive spacing, and theme presentation.
  • JavaScript (Vanilla) - Dynamic code evaluation, DOM manipulation, and dynamic output rendering.