AI-powered code conversion, generation, and explanation tool
You can visit the website NOW at https://inter-code-frontend.vercel.app/.
- Code Conversion: Transform code between programming languages
- Code Generation: Generate code from natural language descriptions
- Code Explanation: Get plain-English explanations of complex code
- Responsive Design: Works on desktop and mobile devices
- Frontend: React.js, Tailwind CSS
- Backend: Node.js, Express
- AI Integration: Google Gemini API
- Deployment: Vercel
- Version Control: Git/GitHub
- Node.js (v16 or higher)
- npm (v8 or higher)
- Google Gemini API key
-
Clone the repository:
bash git clone https://github.com/your-username/inter-code.git cd inter-code
-
Install dependencies
npm install cd client npm install cd ..
-
Set up environment variables: Create a .env file in the root directory with:
GEMINI_API_KEY=your_api_key_here PORT=5000