An open API service indexing awesome lists of open source software.

https://github.com/dineshkumar-mb/code-reviewfrontend

code reviewer using google gemini api . where user can see the detailed response on his code
https://github.com/dineshkumar-mb/code-reviewfrontend

axios google-generative-ai react-markdown reactjs

Last synced: 9 months ago
JSON representation

code reviewer using google gemini api . where user can see the detailed response on his code

Awesome Lists containing this project

README

          

Code Reviewer Project
Welcome to the Code Reviewer project! This application utilizes Google Generative AI to enhance code review processes, offering intelligent suggestions and helping developers identify potential improvements.

Features
Automated Code Analysis: Get real-time AI-generated feedback on code quality, style, and best practices.

Cutting-Edge AI: Powered by Google Generative AI for accurate and insightful code reviews.

Seamless Integration: Connect easily with your development workflow.

Frontend Hosting: Interactive frontend hosted on Netlify here.

Backend Hosting: Reliable backend services available here.
![image](https://github.com/user-attachments/assets/fc2f026f-deae-45c6-8313-e9671c790168)

Getting Started
Prerequisites
Node.js (version X.X or later)

npm or yarn

A web browser to access the Netlify-hosted frontend

Installation
Clone this repository:

bash
git clone (https://github.com/dineshkumar-mb/code-ReviewFrontend)
cd code-reviewer
Install dependencies:

bash
npm install
Running the Application
Start the backend server:

bash
npm start
Backend runs on Render at https://code-reviewbackend.onrender.com.

Access the frontend: Visit the Netlify-hosted frontend at https://codereviewer2.netlify.app.

Use the frontend interface to upload your code files or paste snippets, and receive detailed AI-powered reviews.

Contribution
Contributions are welcome! Please follow these steps:

Fork the repository.

Create a new branch (git checkout -b feature/YourFeature).

Commit your changes (git commit -m 'Add some feature').

Push to the branch (git push origin feature/YourFeature).

Open a pull request.

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

Acknowledgements
Built using Google Generative AI.

Hosted with 💙 on Render and Netlify.