Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.6 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.6 KB

Codify

Codify is a web application that allows users to convert code between different programming languages, perform code quality checks, and debug code. It integrates with the OpenAI API to provide code conversion, code quality analysis, and debugging features.

Features

  • Convert code between various programming languages.
  • Perform code quality checks and receive suggestions for improvement.
  • Debug code by highlighting incorrect code and providing line-by-line explanations.
  • Syntax highlighting for code input and output.
  • User-friendly interface with a responsive design.

Technologies Used

  • Frontend: React, Chakra UI, Axios, Monaco Editor
  • Backend: Node.js, Express.js, OpenAI API

Usage

  1. Select the desired programming language from the dropdown menu.
  2. Enter your code in the input editor.
  3. Click the "Convert" button to convert the code to the selected language.
  4. Click the "Quality Check" button to perform a code quality analysis.
  5. Click the "Debug" button to debug the code and highlight any incorrect sections.
  6. View the converted code, quality-checked code, or debugged code in the output editor.

Contributing

Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.

When contributing to this project, please follow the existing code style, conventions, and Git workflow.

Acknowledgements

Contact

For any inquiries or questions, please contact upsalil.01@gmail.com.

Thank you for using Codify!