"A simple code editor built with HTML, CSS, and JavaScript in a single file user can write and preview code in real-time."
This is a simple and lightweight code editor built using HTML, CSS, and JavaScript. It helps you write, edit, and preview code in real-time—perfect for quick experiments or learning coding basics! 🚀
✨ Live Preview: Instantly see the output of your code.
✨ Three Panels: Separate sections for HTML, CSS, and JavaScript.
✨ Responsive Design: Works beautifully on all screen sizes.
✨ Gradient Styling: A clean and modern look with gradient backgrounds.
- HTML Panel 🗽️: Add your HTML structure. It shows directly in the preview.
- CSS Panel 🎨: Style your content with CSS, and watch the design update live!
- JavaScript Panel ⚙️: Add interactivity by writing JavaScript. The script runs dynamically.
Here's how the project is organized:
Code-Editor/
│
├── Code-Editor.html # The main file with all code
├── README.md # Project description and instructions
└── .gitignore # Optional: Files to ignore during version control
-
Clone the repository:
git clone https://github.com/<your-username>/code-editor.git
-
Open the file:
- Locate
Code-Editor.htmlin your folder. - Double-click it to open in your browser.
- Locate
-
Start writing and previewing your code! 🎉
Check This out Live Deployed link https://mukund-code-editor.vercel.app/
Love this project? Want to improve it? Follow these steps:
- Fork the repository. 🕤
- Create a new branch:
git checkout -b feature-name
- Add your changes and commit:
git commit -m "Added [feature]" - Push your changes:
git push origin feature-name
- Open a pull request and share your awesome work!