{"id":26688210,"url":"https://github.com/pradeish29/codex-compiler","last_synced_at":"2026-05-06T10:39:41.809Z","repository":{"id":240993003,"uuid":"803969615","full_name":"pradeish29/CodeX-Compiler","owner":"pradeish29","description":"CodeX : All in one Online Compiler for Top Programming Languages ","archived":false,"fork":false,"pushed_at":"2024-06-13T14:29:20.000Z","size":2299,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T13:17:59.221Z","etag":null,"topics":["chakra-ui","code-editor","compiler","piston-api","react"],"latest_commit_sha":null,"homepage":"https://pradeish29.github.io/CodeX-Compiler/","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/pradeish29.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":"2024-05-21T17:52:21.000Z","updated_at":"2024-06-13T14:29:24.000Z","dependencies_parsed_at":"2024-06-13T17:13:45.949Z","dependency_job_id":"91dedd63-7be2-43f1-a543-d9688c98f293","html_url":"https://github.com/pradeish29/CodeX-Compiler","commit_stats":null,"previous_names":["pradeish29/codex-compiler"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pradeish29/CodeX-Compiler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pradeish29%2FCodeX-Compiler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pradeish29%2FCodeX-Compiler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pradeish29%2FCodeX-Compiler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pradeish29%2FCodeX-Compiler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pradeish29","download_url":"https://codeload.github.com/pradeish29/CodeX-Compiler/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pradeish29%2FCodeX-Compiler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278786690,"owners_count":26045588,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"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":["chakra-ui","code-editor","compiler","piston-api","react"],"created_at":"2025-03-26T13:18:07.747Z","updated_at":"2025-10-07T13:50:44.028Z","avatar_url":"https://github.com/pradeish29.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CodeX-Compiler\n\n## Overview\nCodeX-Compiler is an online code compiler built using React and Chakra UI. It leverages Piston API to execute code in various programming languages. The application provides a simple and user-friendly interface for writing, running, and testing code snippets online.\n\nLive Demo - https://pradeish29.github.io/CodeX-Compiler/\n\n## Features\n- Supports multiple programming languages including JavaScript, TypeScript, Python, Java, C#, C, C++, and PHP.\n- User-friendly code editor with syntax highlighting powered by Monaco Editor.\n- Responsive design, adapting to different screen sizes using Chakra UI.\n- Real-time code execution and output display using Piston API.\n\n## Technologies Used\n- **React**: JavaScript library for building user interfaces.\n- **Chakra UI**: Simple, modular, and accessible component library for React.\n- **Monaco Editor**: Code editor that powers VS Code, integrated into the application for a robust coding experience.\n- **Piston API**: API for executing code in multiple programming languages.\n\n## Deployment\nThe app is deployed on GitHub Pages and can be accessed at:\n[CodeX-Compiler](https://pradeish29.github.io/CodeX-Compiler/)\n\n## Getting Started\nTo get a local copy up and running, follow these simple steps:\n\n### Prerequisites\n- Node.js installed on your local machine.\n\n### Installation\n1. Clone the repository:\n```sh\ngit clone https://github.com/pradeish29/CodeX-Compiler.git\n```\n2. Navigate to the project directory:\n\n```sh\ncd CodeX-Compiler\n```\n3. Install the dependencies:\n\n```sh\nnpm install\n```\n4. Install Chakra UI, Axios, and React Router DOM:\n\n```sh\nnpm install @chakra-ui/react @emotion/react @emotion/styled framer-motion axios react-router-dom\n```\n5. Start the development server:\n\n```sh\nnpm start\n```\n## Usage\nOpen the application in your browser:\n```sh\nhttp://localhost:3000\n```\n- Select a programming language from the dropdown menu.\n- Write your code in the editor.\n- Provide any necessary input for the code in the input section.\n- Click the \"Run Code\" button to execute the code and view the output.\n\n## File Structure\n- src/: Contains the source code of the application.\n= components/: Contains the React components used in the app.\n- CodeEditor.js: Main code editor component.\n- LanguageSelector.js: Component for selecting programming languages.\n- Output.js: Component for displaying code execution output.\n- App.js: Main application component.\n- index.js: Entry point of the application.\n  \n## Modifications\nThere is a small modification in the index.html file to address an issue with the webpack development server overlay:\n\n```html\n\u003cstyle\u003e\n    iframe#webpack-dev-server-client-overlay{display:none!important}\n\u003c/style\u003e\n```\nThis was done to handle the following error:\n\n```vbnet\nERROR\nResizeObserver loop completed with undelivered notifications.\n    at handleError\n```\nFeel free to fork and contribute to rectifying this issue.\n\n## Contributing\nContributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.\nFeel free to fork and contributing to rectify the issue\n\n## Fork the Project.\n- Create your Feature Branch (git checkout -b feature/AmazingFeature).\n- Commit your Changes (git commit -m 'Add some AmazingFeature').\n- Push to the Branch (git push origin feature/AmazingFeature).\n- Open a Pull Request.\n\n## License\nDistributed under the MIT License. See LICENSE for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpradeish29%2Fcodex-compiler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpradeish29%2Fcodex-compiler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpradeish29%2Fcodex-compiler/lists"}