Skip to content

ChibuikeChad/Code-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Real-Time Editor Web Project Documentation

This is a web-based code editor that allows users to write HTML, CSS, and JavaScript code in separate text areas, and see the output in real-time on an embedded iframe. The project uses Split.js library to split the screen into two sections. On the left-hand side, there are three text areas for HTML, CSS, and JavaScript code respectively. On the right-hand side, there is an embedded iframe where the user can see the output of the code.

How to Use

  1. Open the index.html file in a web browser to launch the editor.
  2. Write your HTML code in the "Type HTML code here" text area.
  3. Write your CSS code in the "Type CSS code here" text area.
  4. Write your JavaScript code in the "Type JavaScript code here" text area.
  5. The output will be automatically displayed in the embedded iframe on the right side of the screen.

Features

  • Real-time code rendering
  • Separate text areas for HTML, CSS, and JavaScript code
  • Ability to write code in tabs (by pressing the tab key)
  • Split screen design for ease of use

Dependencies

File Structure

  • index.html - the main HTML file that contains the editor interface
  • style.css - the CSS stylesheet for the editor
  • script.js - the JavaScript file that controls the editor functionality

Contributions

Contributions to this project are welcome. Please feel free to fork the project and make pull requests.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors