a0thibault / AI-Code-Converter

This web application allows you to convert code from one programming language to another using the ChatGPT API. It also provides code debugging and code quality checking features.

Home Page:https://ai-code-converter-xi.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸš€ Code Converter Web Application

This web application allows you to convert code from one programming language to another using the ChatGPT API. It also provides code debugging and code quality checking features. The application is built using ReactJS for the front end and Java Spring Boot for the back end.

Screenshot (272)

🌟 Features

  • Code conversion from various programming languages. πŸ”„
  • Code debugging functionality. 🐞
  • Code quality review with suggestions. πŸ“Š
  • Dark theme for comfortable coding. πŸŒ™

πŸ› οΈ Technologies Used

  • ReactJS
  • Java Spring Boot
  • ChatGPT API
  • Monaco Editor

βš™οΈ Installation

  1. Clone this repository to your local machine.
git clone https://github.com/your-username/code-converter-web-app.git
  1. Navigate to the project directory.
cd code-converter-web-app
  1. Install the dependencies for the front end.
cd client
npm install
  1. Install the dependencies for the back end.
cd ../server
mvn install

πŸš€ Usage

  1. Start the back end server.
cd ../server
mvn spring-boot:run
  1. Start the front end development server.
cd ../client
npm start
  1. Open your web browser and navigate to http://localhost:3000 to use the application.

βš™οΈ Configuration

To configure the ChatGPT API and other settings, you can modify the .env files in the client directory.

🀝 Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository. 🍴
  2. Create a new branch for your feature or bug fix. 🌿
  3. Make your changes and commit them. πŸ’Ύ
  4. Push your changes to your fork. πŸš€
  5. Submit a pull request to the main repository. πŸ“€

πŸ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.

πŸ™ Acknowledgments

  • Thanks to the Monaco Editor for providing the code editor component. πŸ‘
  • Special thanks to the ChatGPT team for the API. 🌟

About

This web application allows you to convert code from one programming language to another using the ChatGPT API. It also provides code debugging and code quality checking features.

https://ai-code-converter-xi.vercel.app/


Languages

Language:Java 41.9%Language:JavaScript 30.9%Language:CSS 19.6%Language:HTML 7.6%