It is an interactive HTML code editor capable of rendering web pages in real-time as users type. The editor streamlines web development by providing instant feedback on code changes, fostering a dynamic learning and testing environment. Features include syntax highlighting, live preview, and seamless integration of HTML, CSS, and JavaScript.
- HTML
- CSS
- Javascript
Here’s the execution process for running the HTML Code Editor:
-
Obtain the Repository URL:
- Go to the GitHub repository page.
- Click the green Code button and copy the HTTPS, SSH, or GitHub CLI URL.
-
Open a Terminal/Command Prompt:
- Navigate to the folder where you want to clone the repository.
-
Run the Cloning Command:
git clone https://github.com/Nalankumar/HTML_Code_Editor.git
-
Enter the Cloned Directory:
cd HTML_Code_Editor
- In the cloned repository directory, locate the required HTML file (e.g.,
index.html
or another file).
- Using a Code Editor:
- Open the HTML file in a code editor like Visual Studio Code, Sublime Text, or any preferred editor.
- Using a Browser:
- Right-click the HTML file and select Open With > Browser (e.g., Chrome, Firefox).
- Use a live server plugin in your code editor (e.g., VS Code Live Server Extension).
- Start the live server, which will host your HTML locally and update the rendered output dynamically.
- Edit the HTML, CSS, or JavaScript files in the project directory.
- Refresh the browser to see the changes if not using a live server.
This process provides a local development environment for testing and running your HTML file.
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
. - Make your changes.
- Push your branch:
git push origin feature-name
. - Create a pull request.
This project is licensed under the MIT License.