An AI-powered web application that intelligently reviews your code, suggests improvements, and helps you write cleaner, more efficient code — instantly. Built with React, Express, and Google Gemini 2.5 Flash API, and fully deployed on Render.
🟢 Live Demo: https://ai-code-reviewer-frontend-6xmh.onrender.com
-
🧠 Gemini-Powered Code Review
Uses Google Gemini 2.5 Flash to analyze and review code snippets in real time. -
✍️ Live Code Editor with Syntax Highlighting
Built usingreact-simple-code-editorand PrismJS for beautiful editing experience. -
🔁 Fullstack Architecture (Frontend + Backend)
Seamless communication between client and server using RESTful APIs. -
🛡️ Secure & Production-Ready Deployment
Hosted on Render with proper environment variable management.
| Layer | Technology |
|---|---|
| Frontend | React, Vite, PrismJS, Axios |
| Backend | Node.js, Express |
| AI Engine | Google Gemini 2.5 Flash API |
| Deployment | Render (Frontend & Backend) |
AI-Code-Reviewer/ ├── FrontEnd/ # React frontend (Vite) └── BackEnd/ # Node.js + Express backend
Clone the repo and run locally:
git clone https://github.com/tarunsaini04/AI-Code-Reviewer.git
cd AI-Code-Reviewer
📦 Start Backend
cd server
npm install
node index.js
💻 Start Frontend
cd client
npm install
npm run dev
Then open http://localhost:5173
/////////////////////////////////////////////////////////////////
📜 License
This project is open-source and available under the MIT License.
🙋♂️ Author
Made with 💻 + ☕ by Tarun Saini