{"id":20165353,"url":"https://github.com/abhi9720/codertab","last_synced_at":"2025-10-29T07:27:01.494Z","repository":{"id":109456437,"uuid":"606770082","full_name":"abhi9720/CoderTab","owner":"abhi9720","description":"A full-fledged code editor From Writing code to running against test cases and tons of custom themes and sharing code text files.","archived":false,"fork":false,"pushed_at":"2024-06-19T16:18:30.000Z","size":1228,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T00:53:19.264Z","etag":null,"topics":["code-editor-online","codertab","java-code-editor","json-editor-online","json-formatter","json-query","json-query-language","json-to-csv","json-to-xml-converter","json-to-yaml","online-code","online-code-editor","online-code-execution","online-compiler","web-code-editor"],"latest_commit_sha":null,"homepage":"https://codertab.netlify.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abhi9720.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2023-02-26T14:16:32.000Z","updated_at":"2025-01-02T21:04:42.000Z","dependencies_parsed_at":"2024-06-09T16:45:51.986Z","dependency_job_id":"da80a432-18ee-4ab9-8579-2c662bae3465","html_url":"https://github.com/abhi9720/CoderTab","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhi9720%2FCoderTab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhi9720%2FCoderTab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhi9720%2FCoderTab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhi9720%2FCoderTab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abhi9720","download_url":"https://codeload.github.com/abhi9720/CoderTab/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248137995,"owners_count":21053775,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-online","codertab","java-code-editor","json-editor-online","json-formatter","json-query","json-query-language","json-to-csv","json-to-xml-converter","json-to-yaml","online-code","online-code-editor","online-code-execution","online-compiler","web-code-editor"],"created_at":"2024-11-14T00:37:36.943Z","updated_at":"2025-10-29T07:27:01.414Z","avatar_url":"https://github.com/abhi9720.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"                  \n \n\u003ch1 align=\"center\" style=\"font-weight: bold;\"\u003eCoderTab 💻\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"#tech\"\u003eTechnologies\u003c/a\u003e\n\u003ca href=\"#started\"\u003eGetting Started\u003c/a\u003e\n\u003ca href=\"#colab\"\u003eCollaborators\u003c/a\u003e\n\u003ca href=\"#contribute\"\u003eContribute\u003c/a\u003e \n\u003c/p\u003e\n\n\n\u003cp align=\"center\"\u003eA full-fledged code editor From Writing code to running against test cases and tons of custom themes and sharing code text files.\n\n\u003c/p\u003e\n\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://codertab.netlify.app/\"\u003e📱 Visit this Project\u003c/a\u003e\n\u003c/p\u003e\n \n\u003ch2 id=\"technologies\"\u003e💻 Technologies\u003c/h2\u003e\n\n- list of all technologies you used\n- Frontend Framework: React\n- Styling: Tailwind CSS\n- Code Editor: Monaco Editor\n- HTTP Requests: Axios\n- XML, JSON, Yaml data transform\n \n\u003ch2 id=\"layout\"\u003e🎨 Layout\u003c/h2\u003e\n\n\u003cp align=\"center\"\u003e\n\n\u003cimg src=\"https://codertab.netlify.app/static/media/codeeditor.0b06cfd9491f4898c888.jpeg\" alt=\"code_editor\" width=\"400px\"\u003e\n\u003cimg src=\"https://codertab.netlify.app/static/media/jsoneditor.b30106eb5077962be8f4.jpeg\" alt=\"jsonformatter\" width=\"400px\"\u003e\n\u003c/p\u003e\n \n\u003ch2 id=\"started\"\u003e🚀 Getting started\u003c/h2\u003e\n\nHere you describe how to run your project locally\n \n\u003ch3\u003ePrerequisites\u003c/h3\u003e\n\nHere you list all prerequisites necessary for running your project. For example:\n\n- [NodeJS](https://github.com/)\n- [Git 2](https://github.com)\n \n\u003ch3\u003eCloning\u003c/h3\u003e\n\nHow to clone your project\n\n```bash\ngit clone https://github.com/abhi9720/CoderTab.git\n```\n \n\u003ch3\u003eStarting\u003c/h3\u003e\n\nHow to start your project\n\n```bash\ncd codertab\nnpm install\n```\n \n\u003ch2 id=\"contribute\"\u003e📫 Contribute\u003c/h2\u003e\n\nHere you will explain how other developers can contribute to your project. For example, explaining how can create their branches, which patterns to follow and how to open an pull request\n\n1. `git clone https://github.com/abhi9720/CoderTab.git`\n2. `git checkout -b feature/NAME`\n3. Follow commit patterns\n4. Open a Pull Request explaining the problem solved or feature made, if exists, append screenshot of visual modifications and wait for the review!\n \n\u003ch3\u003eDocumentations that might help\u003c/h3\u003e\n\n[📝 How to create a Pull Request](https://www.atlassian.com/br/git/tutorials/making-a-pull-request)\n\n[💾 Commit pattern](https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhi9720%2Fcodertab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabhi9720%2Fcodertab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhi9720%2Fcodertab/lists"}