{"id":13617053,"url":"https://github.com/CodingDemon1/CodeConverter-GenAI","last_synced_at":"2025-04-14T03:32:41.170Z","repository":{"id":191047717,"uuid":"683824755","full_name":"CodingDemon1/CodeConverter-GenAI","owner":"CodingDemon1","description":"The Code Converter App is a versatile tool that allows users to convert, debug, and analyze code written in various programming languages. It utilizes the OpenAI GPT-3.5 turbo model to provide dynamic code conversion, debugging assistance, and code analysis.","archived":false,"fork":false,"pushed_at":"2023-08-27T20:59:34.000Z","size":28,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-07-11T15:49:22.872Z","etag":null,"topics":["cors","express-js","generative-ai","html-css-javascript","node-js","openai-api"],"latest_commit_sha":null,"homepage":"https://code-converter-fw24-335.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/CodingDemon1.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}},"created_at":"2023-08-27T20:13:57.000Z","updated_at":"2023-12-07T16:40:20.000Z","dependencies_parsed_at":"2023-08-27T21:37:47.861Z","dependency_job_id":null,"html_url":"https://github.com/CodingDemon1/CodeConverter-GenAI","commit_stats":null,"previous_names":["codingdemon1/codeconverter-genai"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodingDemon1%2FCodeConverter-GenAI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodingDemon1%2FCodeConverter-GenAI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodingDemon1%2FCodeConverter-GenAI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodingDemon1%2FCodeConverter-GenAI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodingDemon1","download_url":"https://codeload.github.com/CodingDemon1/CodeConverter-GenAI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":213579057,"owners_count":15608085,"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":["cors","express-js","generative-ai","html-css-javascript","node-js","openai-api"],"created_at":"2024-08-01T20:01:36.353Z","updated_at":"2024-08-01T20:11:54.339Z","avatar_url":"https://github.com/CodingDemon1.png","language":"JavaScript","funding_links":[],"categories":["HarmonyOS"],"sub_categories":["Windows Manager"],"readme":"# Code Converter App\n\n## Description\nThe Code Converter App is a versatile tool that allows users to convert, debug, and analyze code written in various programming languages. It utilizes the OpenAI GPT-3.5 turbo model to provide dynamic code conversion, debugging assistance, and code analysis.\n\n## Deployed Links\n- [Live Demo](https://code-converter-fw24-335.netlify.app/)\n- [Backend](https://precious-gray-clothes.cyclic.app)\n\n## Tech Stack\n- Frontend: HTML, CSS, JavaScript\n- Backend: Node.js, Express.js, OpenAI API\n\n## Functionalities\n- **Code Conversion**: Convert code from one programming language to another, supporting a variety of languages.\n- **Code Debugging**: Get debugging assistance by submitting code and receiving error analysis and potential solutions.\n- **Code Quality Analysis**: Receive an analysis of code quality, consistency, performance, and documentation.\n- **User-Friendly Interface**: Intuitive interface for inputting code and choosing functionalities.\n- **Real-Time Interaction**: Communicate with the OpenAI GPT-3.5 turbo model in real time for interactive code-related tasks.\n\n## Route Endpoints\n1. **Base Endpoint**: `/`\n   - Description: Base endpoint of the application.\n   \n2. **Code Conversion Endpoint**: `/convert`\n   - Description: Convert code from one language to another.\n   - Method: POST\n   - Request Body:\n     ```\n     {\n         \"code\": \"code snippet\",\n         \"language\": \"target language\"\n     }\n     ```\n   \n3. **Code Debugging Endpoint**: `/debug`\n   - Description: Provide debugging assistance for code.\n   - Method: POST\n   - Request Body:\n     ```\n     {\n         \"code\": \"code snippet\",\n         \"language\": \"programming language\"\n     }\n     ```\n   \n4. **Code Quality Check Endpoint**: `/qc`\n   - Description: Analyze code quality, consistency, and performance.\n   - Method: POST\n   - Request Body:\n     ```\n     {\n         \"code\": \"code snippet\",\n         \"language\": \"programming language\"\n     }\n     ```\n\n## Screenshots\n- To be added\n\n## Areas of Improvement\n- **Enhanced User Experience**: Improve the user interface and provide clearer instructions for each functionality.\n- **Support More Languages**: Expand the range of supported programming languages for conversion and analysis.\n- **Error Handling**: Implement robust error handling and provide meaningful error messages to users.\n- **Optimize Performance**: Optimize backend performance to handle concurrent requests efficiently.\n- **Real-time Interaction**: Explore real-time chat interaction with the GPT-3 model for a more interactive experience.\n\n## How to Run Locally\n1. Clone the repository: `git clone repository-url`\n2. Install dependencies: `npm install`\n3. Configure environment variables: Create a `.env` file and set up the required variables.\n4. Run the backend: `npm start`\n5. Clone and set up the frontend repository: `git clone frontend-repo-url \u0026\u0026 npm install \u0026\u0026 npm start`\n\nFeel free to contribute to the project by submitting issues and pull requests!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCodingDemon1%2FCodeConverter-GenAI","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FCodingDemon1%2FCodeConverter-GenAI","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCodingDemon1%2FCodeConverter-GenAI/lists"}