With this editor, you can simultaneously code and view the changes made to your HTML (including CSS and JS).
Its Web Based Editor is ideal for anyone who simply wants to quickly write and execute some code without having to open an application.
View demo
·
Report bug
·
Request feature
- Real-time Preview: Instantly see the results of your HTML, CSS, and JavaScript code.
- Web-Based Editor: No installation required; access the editor directly from your browser.
- User-Friendly Interface: Simple and intuitive design for seamless coding experience.
- Navigation Bar: Links to the Dashboard, About, and Contact pages.
- Code Editor Tabs: Sections for HTML, CSS, and JavaScript, where users can write and edit their code.
- Live Preview Window: Displays the real-time output of the code written in the editor.
- Chat Area: A dedicated section where users can type messages or receive assistance.
To use Codependal:
-
Clone the repository:
git clone https://github.com/Abhay557/Codependal.git
-
Navigate to the project directory:
cd Codependal
-
Open
index.html
in your preferred web browser to start coding.
Contributions are welcome! If you'd like to improve Codependal, follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes and commit them (
git commit -m 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.