Code Monkey home page Code Monkey logo

ai-code-converter's Introduction

๐Ÿš€ 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. ๐ŸŒŸ

ai-code-converter's People

Contributors

abhii-07 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.