{"id":26106169,"url":"https://github.com/hassanshehzad1/code_reviewer","last_synced_at":"2026-04-16T10:02:37.336Z","repository":{"id":279274694,"uuid":"938274764","full_name":"hassanshehzad1/Code_Reviewer","owner":"hassanshehzad1","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-24T17:52:05.000Z","size":876,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-09T21:55:17.795Z","etag":null,"topics":["ai","code","express","full-stack","javascript","mern-stack","nodejs"],"latest_commit_sha":null,"homepage":"","language":null,"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/hassanshehzad1.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":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-24T17:38:03.000Z","updated_at":"2025-02-24T17:53:46.000Z","dependencies_parsed_at":"2025-02-24T18:47:32.166Z","dependency_job_id":null,"html_url":"https://github.com/hassanshehzad1/Code_Reviewer","commit_stats":null,"previous_names":["hassanshehzad1/code_reviewer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hassanshehzad1/Code_Reviewer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hassanshehzad1%2FCode_Reviewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hassanshehzad1%2FCode_Reviewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hassanshehzad1%2FCode_Reviewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hassanshehzad1%2FCode_Reviewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hassanshehzad1","download_url":"https://codeload.github.com/hassanshehzad1/Code_Reviewer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hassanshehzad1%2FCode_Reviewer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31880884,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T09:23:21.276Z","status":"ssl_error","status_checked_at":"2026-04-16T09:23:15.028Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","code","express","full-stack","javascript","mern-stack","nodejs"],"created_at":"2025-03-09T21:55:23.378Z","updated_at":"2026-04-16T10:02:37.318Z","avatar_url":"https://github.com/hassanshehzad1.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# CODE REVIEWER AI\n\u003cp\u003e🚀 A full-stack code review tool built using React for the frontend and Express.js for the backend.🚀 AI-Powered Code Review Tool built with React, Express.js, and Google Generative AI to analyze and provide feedback on your code.\n\n\u003c/p\u003e\n\n\u003ch1\u003eFeatures\u003c/h1\u003e\n\u003cul\u003e\n \u003ch2\u003eAI-Powered Code Review\u003c/h2\u003e\n\u003cli\u003eUses Google Generative AI to analyze code and provide suggestions \u0026 improvements.\u003c/li\u003e\n\u003cli\u003eFrontend (React 19 + Vite)\u003c/li\u003e\n\u003cli\u003eCode syntax highlighting with Prism.js\u003c/li\u003e\n\u003cli\u003eMarkdown support via React Markdown\u003c/li\u003e\n\u003cli\u003eResponsive and lightweight UI\u003c/li\u003e\n\u003cli\u003eBackend (Node.js + Express.js)\u003c/li\u003e\n\u003cli\u003eHandles API requests for AI-based code analysis\u003c/li\u003e\n\u003cli\u003eSecurely loads environment variables using dotenv\u003c/li\u003e\n\u003cli\u003eUses CORS to allow cross-origin API calls\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003ch1\u003eTech Stack\u003c/h1\u003e\n\n\nFrontend\tBackend\tAI\nReact 19\tExpress.js\tGoogle Generative AI\nVite\tNode.js\t\nPrism.js\tdotenv\t\nAxios\tCORS\t\n\n\n\u003ch1\u003eTech Installation \u0026 Setup\u003c/h1\u003e\n\n\u003ch2\u003e\n  Clone the Repository\n\u003c/h2\u003e\n\ngit clone https://github.com/hassanshehzad1/Code_Reviewer.git\ncd Code_Reviewer\n\ncd Backend\nnpm install\n\nnode index.js\n\ncd ../Frontend\nnpm install\nnpm run dev\n\n\u003ch2\u003eEnvironment Variables\u003c/h2\u003e\n\nPORT=5000\nGOOGLE_AI_API_KEY=your_api_key_here\n\n\nAvailable Scripts\nInside Frontend:\n\nnpm run dev - Runs the frontend in development mode\nnpm run build - Builds the production-ready frontend\nnpm run preview - Previews the built frontend\nInside Backend:\n\nnode index.js - Starts the backend server\n\n\n\u003ch1\u003eHow the AI Works\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eUser submits code for review via the frontend.\u003c/li\u003e\n\u003cli\u003eBackend sends the code to Google Generative AI.\u003c/li\u003e\n\u003cli\u003eAI analyzes the code and provides feedback.\u003c/li\u003e\n\u003cli\u003eFrontend displays AI-generated suggestions to improve the code.\u003c/li\u003e\n\u003c/ul\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhassanshehzad1%2Fcode_reviewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhassanshehzad1%2Fcode_reviewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhassanshehzad1%2Fcode_reviewer/lists"}