Skip to content

An AI-powered web application that intelligently reviews your code, suggests improvements, and helps you write cleaner, more efficient code — instantly.

Notifications You must be signed in to change notification settings

tarunsaini04/AI-Code-Reviewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

🤖 AI Code Reviewer

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


🚀 Features

  • 🧠 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 using react-simple-code-editor and 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.


🛠 Tech Stack

Layer Technology
Frontend React, Vite, PrismJS, Axios
Backend Node.js, Express
AI Engine Google Gemini 2.5 Flash API
Deployment Render (Frontend & Backend)

📁 Project Structure

AI-Code-Reviewer/ ├── FrontEnd/ # React frontend (Vite) └── BackEnd/ # Node.js + Express backend

🧪 Local Development (Optional)

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


About

An AI-powered web application that intelligently reviews your code, suggests improvements, and helps you write cleaner, more efficient code — instantly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published