AI-Powered Code Reviewer is a web-based application that analyzes your code, provides insights, and suggests improvements using AI. It helps developers enhance code quality, detect issues, and follow best coding practices.
🔗 Live Demo: Visit the Website
- 📑 Code Analysis: Detects syntax errors, best practices, and optimization techniques.
- 💡 Suggestions for Improvement: Provides AI-generated recommendations to enhance code readability and efficiency.
- 🔍 Bug Detection: Identifies potential bugs and logical errors.
- 🎨 Multi-Language Support: Works with multiple programming languages.
- 📤 Upload & Review: Allows users to upload code files for instant feedback.
- Google Gemini AI Model
- Code Parsing & Linting Libraries
git clone https://github.com/dasabhijit2004/code-reviewer.git
cd code-reviewercd BackEnd
npm install
npm startcd FrontEnd
npm install
npm run dev- Enter or Upload Your Code: Paste your code or upload a file.
- Analyze Code: Click the 'Review Code' button.
- Get Suggestions: View AI-generated feedback and improvements.
- Refactor & Optimize: Implement the suggestions for better performance.
- Abhijit Das (Backend Expert)
- Contributions Welcome! Fork the repository and submit a pull request.
This project is open-source under the MIT License.
For queries, reach out via GitHub Issues or email at sadabhijit2004@gmail.com.
🚀 Happy Coding & Code Reviewing! 🎯
