Skip to content

saurabhbisht076/AI-powered-code-Reviewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI-powered-code-Reviewer

Overview

This project aims to build an AI-powered code reviewer using the MERN stack (MongoDB, Express.js, React, Node.js). The application will leverage machine learning models to provide automated code review suggestions and improvements.

Features

  • Automated code review
  • Suggestions for code improvements
  • Integration with popular version control systems
  • User-friendly interface

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/AI-powered-code-Reviewer.git
  2. Navigate to the project directory:
    cd AI-powered-code-Reviewer
  3. Install dependencies:
    npm install

Usage

  1. Start the development server:
    npm start
  2. Open your browser and navigate to http://localhost:3000.

Configuration

  1. Create a .env file in the root directory of the project.
  2. Add your Gemini API key to the .env file:
    GEMINI_API_KEY=your_gemini_api_key_here
    
  3. Save the .env file.

Make sure to replace your_gemini_api_key_here with your actual Gemini API key.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.

License

This project is licensed under the MIT License.

About

Build a AI powered code reviewer using mern stack. this project leverages artificial intelligence to analyze, review, and suggest improvements for code, enhancing development efficency.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors