{"id":31885235,"url":"https://github.com/hossain-khan/device-catalog-webapp","last_synced_at":"2026-05-15T18:02:48.561Z","repository":{"id":308163581,"uuid":"1031835093","full_name":"hossain-khan/device-catalog-webapp","owner":"hossain-khan","description":"Web application for Android device catalog, jump started using Spark","archived":false,"fork":false,"pushed_at":"2025-12-12T13:05:30.000Z","size":3267,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-14T03:42:10.567Z","etag":null,"topics":["android","android-device","catalog"],"latest_commit_sha":null,"homepage":"https://android-device.gohk.xyz/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hossain-khan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-04T12:01:41.000Z","updated_at":"2025-12-12T13:04:19.000Z","dependencies_parsed_at":"2025-08-20T02:24:04.073Z","dependency_job_id":"3c36c9b0-e5ad-4ea1-a556-025bf9d1fbed","html_url":"https://github.com/hossain-khan/device-catalog-webapp","commit_stats":null,"previous_names":["hossain-khan/device-catalog-webapp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hossain-khan/device-catalog-webapp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hossain-khan%2Fdevice-catalog-webapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hossain-khan%2Fdevice-catalog-webapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hossain-khan%2Fdevice-catalog-webapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hossain-khan%2Fdevice-catalog-webapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hossain-khan","download_url":"https://codeload.github.com/hossain-khan/device-catalog-webapp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hossain-khan%2Fdevice-catalog-webapp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33074394,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["android","android-device","catalog"],"created_at":"2025-10-13T04:43:56.170Z","updated_at":"2026-05-15T18:02:48.549Z","avatar_url":"https://github.com/hossain-khan.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Device Catalog Web App\n\n[![CI](https://github.com/hossain-khan/device-catalog-webapp/workflows/CI/badge.svg)](https://github.com/hossain-khan/device-catalog-webapp/actions)\n\nA modern, responsive device catalog application built with React, TypeScript, and Tailwind CSS. Browse, filter, and compare Android devices with an intuitive interface.\n\n## 🚀 Features\n\n- **Device Browsing**: View comprehensive Android device specifications\n- **Advanced Filtering**: Filter by manufacturer, form factor, RAM, SDK version, and more\n- **Device Comparison**: Compare multiple devices side-by-side\n- **Data Management**: Upload custom device data via JSON files\n- **Export Functionality**: Export filtered results and statistics (button relocated to device grid area)\n- **Responsive Design**: Works seamlessly on desktop and mobile\n- **Performance Optimized**: Virtual scrolling for large datasets\n\n## 🛠️ Development\n\n### Prerequisites\n- Node.js 20.x or 22.x (LTS versions)\n- npm\n\n### Getting Started\n\n1. **Clone the repository**\n   ```bash\n   git clone https://github.com/hossain-khan/device-catalog-webapp.git\n   cd device-catalog-webapp\n   ```\n\n2. **Install dependencies**\n   ```bash\n   npm install\n   ```\n\n3. **Start development server**\n   ```bash\n   npm run dev\n   ```\n\n4. **Build for production**\n   ```bash\n   npm run build\n   ```\n\n5. **Run tests**\n   ```bash\n   npm test\n   ```\n\n### Available Scripts\n\n- `npm run dev` - Start development server\n- `npm run build` - Build for production\n- `npm run build:memory-optimized` - Memory-optimized build\n- `npm run lint` - Run ESLint\n- `npm run preview` - Preview production build\n- `npm test` - Run test suite (179 tests)\n- `npm run test:run` - Run tests once\n- `npm run test:coverage` - Run tests with coverage\n\n## 🐛 Troubleshooting\n\n### Common Issues\n\n**npm run dev fails:**\n- Try `rm -rf node_modules package-lock.json \u0026\u0026 npm install`\n- Ensure Node.js version compatibility (v20+ LTS)\n\n**Deployment fails:**\n- Verify `account_id` in `wrangler.toml`\n- Check that `_worker.js` and `.assetsignore` exist in `dist/` after build\n- Ensure Cloudflare account has Workers enabled\n\n**Custom domain conflicts:**\n- Use subdomains instead of root domains\n- Check for existing DNS records in Cloudflare dashboard\n\n## 🏗️ Architecture\n\nThis project was originally built using GitHub Spark but has been refactored to use standard web technologies:\n\n- **Frontend**: React 19, TypeScript, Tailwind CSS\n- **Build Tool**: Vite 7.x\n- **UI Components**: Radix UI primitives with custom styling\n- **Charts**: Recharts for data visualization\n- **Icons**: Phosphor Icons\n- **Storage**: LocalStorage for persistence\n- **Testing**: Vitest with 179 comprehensive tests\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhossain-khan%2Fdevice-catalog-webapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhossain-khan%2Fdevice-catalog-webapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhossain-khan%2Fdevice-catalog-webapp/lists"}