Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

AI Code Review is a comprehensive web and mobile application designed to assist developers in reviewing code using advanced AI capabilities. It leverages the Gemini API to analyze code, provide intelligent suggestions, and enhance overall code quality through automated reviews.

License

NotificationsYou must be signed in to change notification settings

abhishekboadgurjar/Ai-Code-Review

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

!AI Code Review Banner

📌 Overview

AI Code Review is a comprehensive web and mobile application designed to assist developers in reviewing code using advanced AI capabilities. It leverages the Gemini API to analyze code, provide intelligent suggestions, and enhance overall code quality through automated reviews.

GitHub starsLicense: MITPRs Welcome

📂 Project Structure

The project consists of three main components:

📌FrontendWeb (React) - A web-based interface for AI-powered code reviews.
📌FrontendApp (React Native Expo) - A mobile application for on-the-go code reviews.
📌Backend (Node.js & Express) - A server handling API requests and integrating with Gemini API.

🎯 Features

✅ AI-powered code analysis and suggestions
✅ Web and mobile compatibility
✅ Secure backend with Express.js
✅ Integration with Gemini API for intelligent code reviews
✅ Code quality metrics and reporting

🛠 Tech Stack

🌐 Frontend Web (React)

📱 Frontend App (React Native Expo)

🔧 Backend (Node.js & Express)

📥 Installation

Prerequisites

Ensure you have the following installed:

🔙 Backend Setup

cd Backendnpm install# Configure environment variablescp .env.example .env# Edit .env with your Gemini API credentialsnpm run dev

🌍 Web Frontend Setup

cd FrontendWebnpm installnpm start

📱 Mobile Frontend Setup

cd FrontendAppnpm installexpo start

🌐 Website

You can also access the web version of the app here:

🔗AI Code Review Website

📱 Mobile App Download

You can download the latest APK for Android devices from the following links:

Scan this QR code to download directly:

APK QR Code

📸 Screenshots

🌐 Web Interface

Web Dashboard

📱 Mobile Interface

Mobile App

🚀 Usage

  1. Start the backend server:

    cd Backendnpm run start
  2. Run the web or mobile frontend:

    • Web:cd FrontendWeb && npm start
    • Mobile:cd FrontendApp && expo start
  3. Upload or paste your code into the application.

  4. Select the review options and run the AI-powered analysis.

  5. Review suggestions and implement changes as needed.

🛣️ Roadmap

  • Add support for more languages
  • Implement team collaboration features
  • Create CI/CD integration
  • Add code smell detection
  • Develop vulnerability scanning

🤝 Contributing

We welcome contributions to AI Code Review! Please follow these steps:

  1. Fork the repository
  2. Create your feature branch:git checkout -b feature/amazing-feature
  3. Commit your changes:git commit -m 'Add some amazing feature'
  4. Push to the branch:git push origin feature/amazing-feature
  5. Open a Pull Request

Please read ourContributing Guidelines for more details.

📜 License

This project is licensed under the MIT License - see theLICENSE file for details.

📬 Contact

🙏 Acknowledgements

About

AI Code Review is a comprehensive web and mobile application designed to assist developers in reviewing code using advanced AI capabilities. It leverages the Gemini API to analyze code, provide intelligent suggestions, and enhance overall code quality through automated reviews.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp