This repository contains a Live Code Editor, a web application that allows users to write and run code in real time.
- Real-time code editing: Live Code Editor allows users to write code in the following programming languages: HTML, CSS and JavaScript.
- Code is updated and displayed instantly as it is typed.
- Code execution: Users can run the code directly in the browser and view the results in real time. This is especially useful for testing small snippets of code or quickly prototyping ideas.
- Multiple Views: Live Code Editor provides separate views for HTML code output, applied CSS styles and JavaScript results. This allows users to see the effects of their code in each of these areas separately.
. HTML
. CSS
. JavaScript
-
Clone this repository to your local development environment.
git clone https://github.com/SidneyTeodoroJr/Live_Code_Editor.git
-
Navigate to the cloned directory.
cd Live_Code_Editor
-
Open the
index.html
file in your browser.open index.html
-
Start writing code in the provided areas and see real-time updated results in the corresponding views.
-
Try different programming languages, customize the editor according to your preferences and explore the many features of Live Code Editor.
Contributions are welcome! If you encounter any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.