An AI-powered code review tool that helps developers analyze and improve their code efficiently. Write, review, and refine your code seamlessly!
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.
- Stack: MERN (MongoDB, Express.js, React, Node.js)
- AI Model: Powered by Gemini 2.0 Flash for code analysis
- 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.
The live version of the project can be accessed at:
ReviewBot
- Name: SK Akram
- Email: skcodewizard786@gmail.com
- Social Media:
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