{"id":28411521,"url":"https://github.com/r1zzrvk/users-table-client","last_synced_at":"2026-04-25T22:34:04.296Z","repository":{"id":294937927,"uuid":"988570971","full_name":"r1zzrvk/users-table-client","owner":"r1zzrvk","description":"Frontend client for interacting with a GraphQL API. Built with React, TypeScript, MUI, Apollo (react-apollo, apollo-boost)","archived":false,"fork":false,"pushed_at":"2025-05-22T18:42:17.000Z","size":78,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-23T23:38:06.286Z","etag":null,"topics":["admin-panel","apollo-boost","apollo-client","mui","react","react-apollo"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/r1zzrvk.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}},"created_at":"2025-05-22T18:40:05.000Z","updated_at":"2025-05-22T18:43:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"56621c39-b4fa-4776-89a9-d89bfa42cdac","html_url":"https://github.com/r1zzrvk/users-table-client","commit_stats":null,"previous_names":["r1zzrvk/users-table-client"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/r1zzrvk/users-table-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r1zzrvk%2Fusers-table-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r1zzrvk%2Fusers-table-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r1zzrvk%2Fusers-table-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r1zzrvk%2Fusers-table-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/r1zzrvk","download_url":"https://codeload.github.com/r1zzrvk/users-table-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r1zzrvk%2Fusers-table-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32279656,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"ssl_error","status_checked_at":"2026-04-25T18:29:32.149Z","response_time":59,"last_error":"SSL_read: 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":["admin-panel","apollo-boost","apollo-client","mui","react","react-apollo"],"created_at":"2025-06-02T16:19:11.968Z","updated_at":"2026-04-25T22:34:04.291Z","avatar_url":"https://github.com/r1zzrvk.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Users Table Frontend\n\n👉 Backend repository: [users-graphql-server](https://github.com/r1zzrvk/users-graphql-server)\n\nThis is a frontend client for interacting with a GraphQL API. Built with **React + TypeScript + MUI + Apollo (react-apollo, apollo-boost)**. The structure is designed for scalability and maintainability.\n\n---\n\n## ⚠️ Important Notes\n\n- **Legacy `react-apollo` is used intentionally**, as required by the technical assignment.\n- If you run into dependency issues (e.g., with `@types/react`), you may use:\n\n  ```bash\n  npm install --legacy-peer-deps\n  ```\n\n  ⚠️ Use this flag **with caution**.\n\n---\n\n## Project Structure\n\n```\nsrc/\n├── components/        # Reusable UI components\n├── apollo/            # Apollo client setup\n├── constants/         # Static values and shared config\n├── graphql/           # Queries and mutations\n├── hooks/             # Custom reusable hooks\n├── contexts/          # React context providers\n├── utils/             # Utility functions\n└── types/             # Global TypeScript types\n```\n\n---\n\n## Getting Started\n\n```bash\ngit clone https://github.com/yourname/users-table-client.git\ncd users-table-client\nnpm install\n```\n\n---\n\n## Required Environment Variables\n\nCreate a `.env` file in the root of the project and define the following:\n\n```\nGRAPHQL_ENDPOINT=http://localhost:4000\n```\n\n\u003e This sets the backend GraphQL API endpoint for Apollo Client.\n\n---\n\n## Scripts\n\n```bash\nnpm run dev       # Start development server (Vite)\nnpm run build     # Build for production\nnpm run lint      # Run ESLint\n```\n\n---\n\n## Technologies Used\n\n| Technology        | Purpose                        |\n| ----------------- | ------------------------------ |\n| React             | UI rendering                   |\n| TypeScript        | Static typing                  |\n| MUI               | Material UI components         |\n| react-apollo      | Apollo integration (legacy)    |\n| apollo-boost      | Simplified Apollo Client setup |\n| graphql           | Query language for APIs        |\n| eslint + prettier | Code linting and formatting    |\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr1zzrvk%2Fusers-table-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr1zzrvk%2Fusers-table-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr1zzrvk%2Fusers-table-client/lists"}