🔗 Live Demo: https://ai-code-review-adn4.onrender.com
🔗 GitHub Repo: https://github.com/debojeetmitra/Code_Review
An AI-powered full-stack code review application built using the MERN stack, integrated with Google Generative AI. It analyzes code, detects issues, and suggests improvements to help developers write better and cleaner code.
- 🤖 AI-based code review using Google Generative AI
- 🧠 Smart analysis of code quality and structure
- 🐞 Bug detection and improvement suggestions
- ⚡ Real-time code input and response generation
- 🎨 Clean and responsive UI
- 📄 Markdown formatted AI responses
- 🚀 Fully deployed full-stack application
Frontend:
- React.js (Vite)
- Axios
- PrismJS (Syntax Highlighting)
- Markdown Rendering Libraries
Backend:
- Node.js
- Express.js
- Google Generative AI API
- CORS enabled API handling
Code_Review/ │ ├── client/ (React Frontend - Vite) │ ├── components/ │ ├── pages/ │ └── App.jsx │ ├── server/ (Express Backend) │ ├── routes/ │ ├── controllers/ │ └── config/ │ ├── .env ├── package.json └── README.md
git clone https://github.com/debojeetmitra/Code_Review.git
cd Code_Review
cd server
npm install
cd client
npm install
Create .env file inside /server:
GOOGLE_API_KEY=your_google_generative_ai_key
PORT=5000
cd server
npm start
cd client
npm run dev
- Frontend: Render / Vercel
- Backend: Render
- AI API: Google Generative AI
- Integration of AI APIs in full-stack apps
- Google Generative AI usage
- MERN architecture
- Real-time API request handling
- Markdown rendering in React
- Code syntax highlighting with PrismJS
- Deployment of AI-powered apps
Debojeet Mitra
GitHub: https://github.com/debojeetmitra
Live Project: https://ai-code-review-adn4.onrender.com
If you like this project, please give it a ⭐ on GitHub!