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

 
 
 

Contributors