A simple, browser-based HTML/CSS/JS code editor built using Ace Editor.
It allows you to write, edit, and run web projects directly in your browser without installing any IDE.
Try it here [https://njyotsna.github.io/own-code-editor/]
When I was in my first year of B.Tech, I struggled to figure out how and where to run HTML, CSS, and JavaScript, and I didn’t know how to link files properly. At that time, I was only familiar with Java and Python, so web development felt confusing.
I built this Own Code Editor to make learning and experimenting with web development simpler and more interactive. It allows you to write, run, and test HTML, CSS, and JavaScript directly in the browser, so beginners can focus on understanding concepts clearly without worrying about setup.
📝 Separate editors for HTML, CSS, and JavaScript.
⚡ Instant live preview of your code.
💾 Save your project locally and download it as a JSON file.
📂 Load previously saved projects.
⌨️ Keyboard Shortcuts:
Ctrl + Enter / Cmd + Enter → Run code
Ctrl + S / Cmd + S → Save project
🧹 Clearable console output with logs, warnings, and errors.
🚀 Getting Started Run Locally
git clone https://github.com/your-username/own-code-editor.git
cd own-code-editor
Open index.html in your browser. That’s it – no installation required!
Contributions, issues, and feature requests are welcome! Feel free to fork this repo and submit a pull request.
[Nadisetti Jyotsna] (https://github.com/NJyotsna)
This project is licensed under the MIT License – feel free to use and modify it.
