A powerful AI-powered assistant to analyze, review, and improve your source code with real-time suggestions. Supports multiple languages and delivers clean, syntax-highlighted feedback using modern web technologies.
- ✅ Real-time AI Code Review using Groq SDK
- 💬 Supports Python, Java, C, and C++
- 🎨 Live syntax highlighting with CodeMirror
- ⚡ Clean UI built using React + TailwindCSS
- ⚙️ Robust Express.js Backend with structured API
- 🔐 Cross-Origin Request support (CORS) enabled
- 📦 Easy to deploy, easy to use!
🌐 https://ai-code-reviewer-eosin-chi.vercel.app/
| Layer | Technologies |
|---|---|
| Frontend | React, TailwindCSS, CodeMirror |
| Backend | Node.js, Express.js, Groq SDK |
| AI Engine | OpenAI-compatible LLMs via Groq |
| Styling | TailwindCSS |
| API | REST (JSON-based) |
ai-code-reviewer/
├── frontend/
│ ├── public/
│ └── src/
│ ├── components/
│ ├── App.jsx
│ └── main.jsx
├── backend/
│ ├── routes/
│ ├── controllers/
│ └── index.js
└── README.md🖥️ Clone the repository
git clone https://github.com/ARUNKUMART9968/AI-code-_reviewe.git
cd AI-code-_reviewe
Run the Backend
cd backend
npm install
npm start
Run the Frontend
cd frontend
npm install
npm run dev
##🚧 Future Enhancements Add user authentication with history
Support more languages (JS, Go, Rust, etc.)
Add mobile responsive UI
Enable theme switching (Dark / Light)
Export review reports as PDF or Markdown
