e# Web Code Editor (HTML/CSS/JS)
This Web Code Editor is designed to facilitate faster frontend website editing and coding directly within a web browser. It caters to individuals who lack access to advanced code editors like Visual Studio Code or similar tools. Users can download and run it on their localhost or use it on already running web server
- Efficient HTML, CSS, and JavaScript Editing: Seamlessly write, edit, and preview code for frontend web development.
- Live Preview: Instantly visualize changes with a live preview of your code output.
- Download and Localhost Usage: Easily downloadable for local usage on your machine.
- Javascript
- Html
- Css
- FontAwesome (icons)
- Google fonts (fonts)
- fill out the Html,Css or Javascript fields with your desired code
- execute the code by pressing -- Ctrl + S
- Clone Repository: Clone or download this repository to your local machine.
- Local Setup: Open the project directory in your preferred code editor or terminal.
- Start Local Server: Use a simple server like
http-serverorlive-serverto run the project locally. - Access Editor: Open your web browser and navigate to the designated localhost port to access the web code editor.
This editor is compatible with most modern web browsers including Chrome, Firefox, Safari, and Edge.
For a live demonstration of this Web Code Editor, visit - https://websitecoding.netlify.app/
This website uses localStorage to save the code.