Welcome to the Code Converter Application, a powerful tool designed to seamlessly transform code between various programming languages while harnessing advanced debugging capabilities powered by OpenAI. This application empowers developers to enhance their coding workflow by providing efficient language conversion and insightful code quality feedback.
The application is built using the following technologies:
- HTML
- CSS
- JavaScript
- Node.js
- Express
- OpenAI
-
Code Debugging: The application offers comprehensive debugging features that help identify and rectify code errors, enhancing code reliability.
-
Language Conversion: With support for a wide range of programming languages, the app effortlessly converts code between languages, boosting cross-language development.
-
Code Quality Check: Developers can receive valuable feedback on code quality, assisting them in producing cleaner, more efficient code.
-
Clone the repository:
git clone https://github.com/git-rishab/code-converter.git
-
Install Dependencies:
npm i
-
Run backend server:
npm run server
/convert
: Converts the provided code to the desired programming language./quality
: Analyzes the code and provides feedback on code quality./debug
: Helps debug the code by identifying and highlighting potential errors.