Skip to content

An AI-powered code reviewer that analyzes, detects issues, and suggests improvements for cleaner, better code! πŸš€πŸ’‘

Notifications You must be signed in to change notification settings

akramcodez/ReviewBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ€– ReviewBot

An AI-powered code review tool that helps developers analyze and improve their code efficiently. Write, review, and refine your code seamlessly!


πŸŽ‰ Welcome to ReviewBot

A smart AI-driven code reviewer that allows users to submit code snippets and receive AI-generated feedback. This web application supports multiple programming languages and offers an interactive interface for efficient code analysis.


πŸ› οΈ Technologies Used

  • Stack: MERN (MongoDB, Express.js, React, Node.js)
  • AI Model: Powered by Gemini 2.0 Flash for code analysis

πŸ“‚ Project Details

  • Code Input: Users can enter code in the Monaco Editor for analysis.
  • AI Review: Code is sent to an AI API, which provides structured feedback.
  • Themes: Supports both light and dark mode for a better user experience.
  • Programming Languages: Supports multiple languages for review.

🌐 Hosting URL

The live version of the project can be accessed at:
ReviewBot


πŸ‘€ Author Information


βš™οΈ Installation

Follow these steps to set up the project locally:

# Step 1: Clone the repository
git clone <repository-url>

# Step 2: Navigate into the project folder
cd <repository-folder>

# Step 3: Install dependencies
npm install

# Step 4: (Optional) Install Nodemon for automatic server restarts
npm i nodemon

# Step 5: Create a branch for your changes
git checkout -b <your-branch-name>

# Step 6: Run the application
npm start

# The application will be available at:
# πŸ‘‰ http://localhost:3000

About

An AI-powered code reviewer that analyzes, detects issues, and suggests improvements for cleaner, better code! πŸš€πŸ’‘

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published