Skip to content

621brucewoods/ai-code-assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🤖 AI Code Reviewer

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.

AI_Code_Reviewer


🌟 Features

  • 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!

🚀 Live Demo

🌐 https://ai-code-reviewer-eosin-chi.vercel.app/


🛠️ Tech Stack

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)

📁 Project Structure

ai-code-reviewer/
├── frontend/
│   ├── public/
│   └── src/
│       ├── components/
│       ├── App.jsx
│       └── main.jsx
├── backend/
│   ├── routes/
│   ├── controllers/
│   └── index.js
└── README.md

⚙️ Setup & Installation

🖥️ 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published