CodeMorpher is a code conversion app that allows you to easily convert code snippets between different programming languages. It uses the power of OpenAI's GPT-3.5 to perform the conversions.
You can try out the app by visiting the following link: CodeMorpher Demo
- Convert code between various programming languages.
- User-friendly interface for easy code conversion.
- Powered by OpenAI's GPT-3.5 for accurate conversions.
- No need to learn a new language; let the app do the work for you.
- Frontend: HTML, CSS, JavaScript, React
- Backend: Node.js ,Express
- API: OpenAI's GPT-3.5
To run the app locally or deploy it to your own server, follow these steps:
-
Clone this repository:
git clone https://github.com/your-username/code-converter-app.git cd code-converter-app
Install dependencies: npm install
Start the development server: npm start Open your web browser and access the app at http://localhost:3000.