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
