{"id":50558037,"url":"https://github.com/andriamahay11master/devscope","last_synced_at":"2026-06-04T09:01:15.587Z","repository":{"id":360864704,"uuid":"1252024093","full_name":"Andriamahay11master/DevScope","owner":"Andriamahay11master","description":"An AI-powered GitHub analytics platform that transforms developer profiles into insightful dashboards, showcasing repository activity, coding trends, top technologies, and intelligent developer summaries through modern data visualization.","archived":false,"fork":false,"pushed_at":"2026-05-28T06:44:39.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-28T08:13:07.211Z","etag":null,"topics":["axios","fastapi","framer-motion","python","react","react-router","recharts","rest-api","tailwindcss","vite"],"latest_commit_sha":null,"homepage":"","language":"Python","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/Andriamahay11master.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-28T05:55:07.000Z","updated_at":"2026-05-28T06:44:43.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Andriamahay11master/DevScope","commit_stats":null,"previous_names":["andriamahay11master/devscope"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Andriamahay11master/DevScope","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Andriamahay11master%2FDevScope","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Andriamahay11master%2FDevScope/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Andriamahay11master%2FDevScope/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Andriamahay11master%2FDevScope/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Andriamahay11master","download_url":"https://codeload.github.com/Andriamahay11master/DevScope/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Andriamahay11master%2FDevScope/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33897568,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-04T02:00:06.755Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["axios","fastapi","framer-motion","python","react","react-router","recharts","rest-api","tailwindcss","vite"],"created_at":"2026-06-04T09:01:14.537Z","updated_at":"2026-06-04T09:01:15.580Z","avatar_url":"https://github.com/Andriamahay11master.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DevScope\n\nAn AI-powered GitHub analytics platform that transforms developer profiles into insightful dashboards, showcasing repository activity, coding trends, top technologies, and intelligent developer summaries through modern data visualization.\n\n---\n\n## 🚀 Features\n\n- 🔍 Search any GitHub developer profile\n- 📊 Interactive analytics dashboard\n- 🧠 AI-generated developer insights\n- 📁 Repository explorer\n- 🌐 Most used programming languages\n- ⭐ Stars, forks, followers, and activity metrics\n- 📈 Charts and visual statistics\n- 🌙 Dark / Light mode\n- ⚡ Fast and responsive interface\n\n---\n\n## 🛠️ Tech Stack\n\n### Frontend\n\n- React\n- Vite\n- TailwindCSS\n- Axios\n- React Router\n- Framer Motion\n- Recharts\n\n### Backend\n\n- FastAPI\n- Python\n- GitHub REST API\n\n### Deployment\n\n- Frontend: Vercel\n- Backend: Render\n\n---\n\n## 📂 Project Structure\n\n```bash\nDevScope/\n├── client/\n└── server/\n```\n\n---\n\n## 🧩 Architecture\n\n```text\nReact Frontend\n      ↓\nFastAPI REST API\n      ↓\nGitHub REST API\n```\n\n---\n\n## 📸 Planned Dashboard Analytics\n\n- Total repositories\n- Total stars\n- Followers \u0026 following\n- Most used languages\n- Repository activity\n- Most starred repositories\n- Account creation timeline\n- AI profile summary\n\n---\n\n## ⚙️ Installation\n\n### 1. Clone the repository\n\n```bash\ngit clone https://github.com/yourusername/devscope.git\ncd devscope\n```\n\n---\n\n## 🖥️ Frontend Setup\n\n```bash\ncd client\n\nnpm install\n\nnpm run dev\n```\n\nFrontend runs on:\n\n```bash\nhttp://localhost:5173\n```\n\n### 🧪 Run Frontend Tests\n\n```bash\ncd client\n\nnpm run test\n```\n\nRun test for one component:\n\n```bash\ncd client\n\nnpm run test -- src/components/loader/Loader.test.tsx\n```\n\nRun tests in interactive mode:\n\n```bash\nnpm run test:ui\n```\n\nGenerate coverage report:\n\n```bash\nnpm run coverage\n```\n\n---\n\n## 🧠 Backend Setup\n\n```bash\ncd server\n\npython -m venv venv\n```\n\n### Activate virtual environment\n\n#### Windows\n\n```bash\nvenv\\Scripts\\activate\n```\n\n#### macOS / Linux\n\n```bash\nsource venv/bin/activate\n```\n\n### Install dependencies\n\n```bash\npip install -r requirements.txt\n```\n\n### Run FastAPI server\n\n```bash\nuvicorn app.main:app --reload\n```\n\nBackend runs on:\n\n```bash\nhttp://localhost:8000\n```\n\n---\n\n## 🔑 Environment Variables\n\nCreate a `.env` file inside the `server/` folder.\n\n```env\nGITHUB_TOKEN=your_github_token\n```\n\n---\n\n## 📌 API Endpoint Example\n\n```http\nGET /api/github/{username}\n```\n\nExample:\n\n```http\nGET /api/github/gaearon\n```\n\n---\n\n## 🎯 Project Goals\n\n- Practice REST API integration\n- Learn full-stack architecture\n- Build production-ready React applications\n- Integrate AI into developer tooling\n- Create a strong portfolio project\n\n---\n\n## 🚧 Roadmap\n\n### Version 1\n\n- [x] Project setup\n- [ ] GitHub user search\n- [ ] Profile dashboard\n- [ ] Repository listing\n\n### Version 2\n\n- [ ] Charts and analytics\n- [ ] AI-generated summaries\n- [ ] Favorites system\n- [ ] Authentication\n\n### Version 3\n\n- [ ] Compare multiple developers\n- [ ] Export analytics reports\n- [ ] Team analytics dashboard\n\n---\n\n## 🤝 Contributing\n\nContributions, ideas, and feedback are welcome.\n\n---\n\n## 📄 License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandriamahay11master%2Fdevscope","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandriamahay11master%2Fdevscope","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandriamahay11master%2Fdevscope/lists"}