{"id":50391095,"url":"https://github.com/abhay557/codependal","last_synced_at":"2026-05-30T18:01:41.559Z","repository":{"id":106925488,"uuid":"475855547","full_name":"Abhay557/Codependal","owner":"Abhay557","description":"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.","archived":false,"fork":false,"pushed_at":"2026-03-31T08:40:53.000Z","size":248,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-31T10:27:00.908Z","etag":null,"topics":["code-editor","code-editor-java","code-editor-online","code-engine","codepen","codepen-clone","html-css-javascript"],"latest_commit_sha":null,"homepage":"https://abhay557.github.io/Codependal/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Abhay557.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-03-30T11:51:46.000Z","updated_at":"2026-03-31T08:40:57.000Z","dependencies_parsed_at":"2025-03-01T07:33:18.741Z","dependency_job_id":null,"html_url":"https://github.com/Abhay557/Codependal","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Abhay557/Codependal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abhay557%2FCodependal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abhay557%2FCodependal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abhay557%2FCodependal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abhay557%2FCodependal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Abhay557","download_url":"https://codeload.github.com/Abhay557/Codependal/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abhay557%2FCodependal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33703065,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-30T02:00:06.278Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["code-editor","code-editor-java","code-editor-online","code-engine","codepen","codepen-clone","html-css-javascript"],"created_at":"2026-05-30T18:01:40.251Z","updated_at":"2026-05-30T18:01:41.546Z","avatar_url":"https://github.com/Abhay557.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Codependal\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://codependal.com\"\u003e\n    \u003cimg src=\"/readme/thumbnail.png\" alt=\"Logo\" width=\"86\" height=\"86\"/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n  \u003ch3 align=\"center\"\u003eCodependal\u003c/h3\u003e\n\n  \u003cp align=\"center\"\u003e\n   With this editor, you can simultaneously code and view the changes made to your HTML (including CSS and JS).\nIts Web Based Editor is ideal for anyone who simply wants to quickly write and execute some code without having to open an application.\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"https://abhay557.github.io/Codependal/\"\u003eView demo\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/Abhay557/Codependal/issues\"\u003eReport bug\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/Abhay557/Codependal/issues\"\u003eRequest feature\u003c/a\u003e\n  \u003c/p\u003e\n\n## Features\n\n- **Real-time Preview:** Instantly see the results of your HTML, CSS, and JavaScript code.\n- **Web-Based Editor:** No installation required; access the editor directly from your browser.\n- **User-Friendly Interface:** Simple and intuitive design for seamless coding experience.\n\n## Preview\n\n![1](/readme/gallery/1.jpg)\n\n- **Navigation Bar**: Links to the **Dashboard, About, and Contact** pages.\n- **Code Editor Tabs**: Sections for **HTML, CSS, and JavaScript**, where users can write and edit their code.\n- **Live Preview Window**: Displays the real-time output of the code written in the editor.\n- **Chat Area**: A dedicated section where users can type messages or receive assistance.\n\n## Getting Started\n\nTo use Codependal:\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/Abhay557/Codependal.git\n   ```\n\n2. Navigate to the project directory:\n\n   ```bash\n   cd Codependal\n   ```\n\n3. Open `index.html` in your preferred web browser to start coding.\n\n## Contribution\n\nContributions are welcome! If you'd like to improve Codependal, follow these steps:\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature-branch`).\n3. Make your changes and commit them (`git commit -m 'Add new feature'`).\n4. Push to the branch (`git push origin feature-branch`).\n5. Open a pull request.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n* [Join a discord server](https://discord.gg/CUgHj4X7uB)\n* [Codependal V-2 is available! Click here](https://github.com/abhay557/Codependal-V2/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhay557%2Fcodependal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabhay557%2Fcodependal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhay557%2Fcodependal/lists"}