An intelligent, interactive code review interface built with React and Express.js, leveraging the Gemini API to generate insightful code reviews in real time.
ss.mp4
- 🖋️ Live code editing with syntax highlighting (PrismJS)
- 🤖 AI-powered code review using Gemini
- 💬 Instant feedback displayed in Markdown with highlighted code
- 🌗 Responsive and dark-themed UI
- ⚡ Fully deployed frontend and backend (Vercel + Render)
- React (Vite)
- PrismJS + React Simple Code Editor
- React Markdown + Highlight.js
- Tailwind CSS (custom styles)
- Axios
- Node.js
- Express.js
- Google Generative AI SDK (Gemini)
- CORS & Dotenv
git clone https://github.com/your-username/ai-powered-code-reviewer.git
cd ai-powered-code-reviewercd backend
npm install
GEMINI_API_KEY=your_google_gemini_api_key
Replace your_google_gemini_api_key with your actual Gemini API Key from Google AI Studio.
node server.js
cd ../frontend
npm install
npm run dev
If you like this project, consider giving it a ⭐️ on GitHub! Thanks!

