{"id":25452911,"url":"https://github.com/khushipandey8/aicodereviewer","last_synced_at":"2025-05-16T13:10:44.188Z","repository":{"id":277053049,"uuid":"931178160","full_name":"KhushiPandey8/aiCodeReviewer","owner":"KhushiPandey8","description":"🚀 AI Code Reviewer 🧑‍💻🔍 A smart AI-powered code review tool 🤖✨ that analyzes, suggests improvements, and enhances code quality! Supports multiple languages 📝⚡ for efficient debugging \u0026 optimization. 🚀💡","archived":false,"fork":false,"pushed_at":"2025-03-01T12:50:35.000Z","size":163,"stargazers_count":1,"open_issues_count":3,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-01T13:37:05.346Z","etag":null,"topics":["ai","api","code-review","css","express-js","gemini-api","javascript","nodejs","react-js"],"latest_commit_sha":null,"homepage":"https://aicodereviewer.onrender.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KhushiPandey8.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-11T20:58:38.000Z","updated_at":"2025-03-01T12:50:38.000Z","dependencies_parsed_at":"2025-03-01T13:31:03.086Z","dependency_job_id":"ea89f32d-f590-4e9d-8fb4-8167b70a472d","html_url":"https://github.com/KhushiPandey8/aiCodeReviewer","commit_stats":null,"previous_names":["khushipandey8/aicodereviewer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhushiPandey8%2FaiCodeReviewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhushiPandey8%2FaiCodeReviewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhushiPandey8%2FaiCodeReviewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhushiPandey8%2FaiCodeReviewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KhushiPandey8","download_url":"https://codeload.github.com/KhushiPandey8/aiCodeReviewer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254535822,"owners_count":22087399,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","api","code-review","css","express-js","gemini-api","javascript","nodejs","react-js"],"created_at":"2025-02-17T23:41:53.945Z","updated_at":"2025-05-16T13:10:44.181Z","avatar_url":"https://github.com/KhushiPandey8.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AI Code Reviewer\n\nAI Code Reviewer is a web application that utilizes Google's Gemini Flash 2.0 API to analyze and review code snippets. Built with React.js for the frontend and Node.js for the backend, it provides an AI-driven code review experience.\n\n## Features\n\n- **AI-Powered Code Review**: Uses Google's Gemini Flash 2.0 API for code analysis.\n- **Syntax Highlighting**: Enhanced code readability with Prism.js and React Simple Code Editor.\n- **Markdown Support**: Displays AI feedback in markdown format.\n- **Real-time Feedback**: Fast and interactive code review experience.\n- **Modern UI**: Designed with TailwindCSS and Lucide React icons.\n- **Deployed on Render**: Accessible online with backend and frontend hosted seamlessly.\n\n## Tech Stack\n\n### Frontend\n- React.js\n- Vite\n- TailwindCSS\n- Axios\n- Prism.js\n- React Markdown\n- React Simple Code Editor\n\n### Backend\n- Node.js\n- Express.js\n- @google/generative-ai (Gemini Flash 2.0)\n- Dotenv\n- Cors\n\n## Installation\n\n### Prerequisites\nEnsure you have **Node.js** and **npm** installed.\n\n### Clone the Repository\n```sh\ngit clone https://github.com/KhushiPandey8/aicoderreviewer.git\ncd aicoderreviewer\n```\n\n### Backend Setup\n```sh\ncd backend\nnpm install\nnpm start\n```\n\n### Frontend Setup\n```sh\ncd ../frontend\nnpm install\nnpm run dev\n```\n\n## Deployment\nThis project is deployed on **Render**. You can access it [here](https://aicodereviewer.onrender.com/).\n\n### Deploying on Render\n1. Create a **Render** account.\n2. Deploy the **backend** as a web service.\n3. Deploy the **frontend** as a static site and configure it to point to the backend URL.\n4. Set up necessary **environment variables**.\n\n## Contributing\nWe welcome contributions! Follow these steps to contribute:\n\n### Fork the Repository\n1. Go to the [repository](https://github.com/KhushiPandey8/aicoderreviewer) on GitHub.\n2. Click on the **Fork** button (top right corner) to create a copy of the repository under your GitHub account.\n\n### Clone Your Fork\n```sh\ngit clone https://github.com/KhushiPandey8/aicoderreviewer.git\ncd aicoderreviewer\n```\n\n### Create a Branch\n```sh\ngit checkout -b feature-name\n```\n\n### Make Changes and Commit\n1. Make your changes in the appropriate files.\n2. Stage your changes: `git add .`\n3. Commit your changes: `git commit -m \"Added new feature\"`\n\n### Push to Your Fork\n```sh\ngit push origin feature-name\n```\n\n### Create a Pull Request\n1. Go to your forked repository on GitHub.\n2. Click on the **Compare \u0026 pull request** button.\n3. Add a descriptive title and comment about the changes.\n4. Submit the **Pull Request**.\n\n### Contribution Path\n- **Frontend contributions**: `frontend/`\n- **Backend contributions**: `backend/`\n- **API integrations**: `backend/server.js`\n- **UI/UX improvements**: `frontend/src/`\n\n## License\nThis project is licensed under the **ISC License**.\n\n## Author\nDeveloped by **Khushi Pandey**.\n\n---\nFeel free to contribute and improve AI Code Reviewer! 🚀\n\n=====\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhushipandey8%2Faicodereviewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkhushipandey8%2Faicodereviewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhushipandey8%2Faicodereviewer/lists"}