{"id":43005550,"url":"https://github.com/upb-code-labs/react-client","last_synced_at":"2026-01-31T04:36:18.674Z","repository":{"id":192078746,"uuid":"686047202","full_name":"upb-code-labs/react-client","owner":"upb-code-labs","description":"CSR Web Client made with React 🖥️","archived":false,"fork":false,"pushed_at":"2024-03-02T12:58:13.000Z","size":1108,"stargazers_count":4,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-03-02T14:11:02.888Z","etag":null,"topics":["client","react","shadcn-ui","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/upb-code-labs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-09-01T15:58:34.000Z","updated_at":"2024-02-05T22:05:04.000Z","dependencies_parsed_at":"2023-09-02T12:45:57.365Z","dependency_job_id":"eeea6617-6869-4030-b999-4ddac4e4aef8","html_url":"https://github.com/upb-code-labs/react-client","commit_stats":null,"previous_names":["upb-code-labs/react-client"],"tags_count":77,"template":false,"template_full_name":null,"purl":"pkg:github/upb-code-labs/react-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upb-code-labs%2Freact-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upb-code-labs%2Freact-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upb-code-labs%2Freact-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upb-code-labs%2Freact-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/upb-code-labs","download_url":"https://codeload.github.com/upb-code-labs/react-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upb-code-labs%2Freact-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28929701,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T04:05:25.756Z","status":"ssl_error","status_checked_at":"2026-01-31T04:02:35.005Z","response_time":128,"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":["client","react","shadcn-ui","typescript"],"created_at":"2026-01-31T04:36:18.559Z","updated_at":"2026-01-31T04:36:18.661Z","avatar_url":"https://github.com/upb-code-labs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Client\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/upb-code-labs/react-client/actions/workflows/release.yaml\"\u003e\n   \u003cimg alt=\"Github Actions Release Status\" src=\"https://img.shields.io/github/actions/workflow/status/upb-code-labs/react-client/tagging.yaml?label=release\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/upb-code-labs/react-client/actions/workflows/tagging.yaml\"\u003e\n   \u003cimg alt=\"Github Actions Tagging Status\" src=\"https://img.shields.io/github/actions/workflow/status/upb-code-labs/react-client/tagging.yaml?label=tagging\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/upb-code-labs/react-client/actions/workflows/integration.yaml\"\u003e\n   \u003cimg alt=\"Github Actions Integration Status\" src=\"https://img.shields.io/github/actions/workflow/status/upb-code-labs/react-client/integration.yaml?label=integration\"\u003e\n\u003c/a\u003e\n\u003cbr /\u003e\n\u003ca href=\"https://github.com/prettier/prettier\"\u003e\n   \u003cimg alt=\"code style: prettier\" src=\"https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/eslint/eslint\"\u003e\n   \u003cimg alt=\"linter: eslint\" src=\"https://img.shields.io/badge/linter-eslint-7C7CEA.svg?style=flat-square\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/microsoft/playwright\"\u003e\n   \u003cimg alt=\"testing: playwright\" src=\"https://img.shields.io/badge/testing-playwright-A6D388.svg?style=flat-square\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/shadcn-ui/ui\"\u003e\n   \u003cimg alt=\"UI library: shadcn/ui\" src=\"https://img.shields.io/badge/UI_library-shadcn/ui-000.svg?style=flat-square\"\u003e\n\u003c/a\u003e\n\u003c/p\u003e\n\n## Development\n\n1. Install dependencies:\n\n```bash\npnpm install\n```\n\n2. Start database and micro-services:\n\n```bash\ndocker-compose up\n```\n\n3. Start the development server:\n\n```bash\npnpm dev\n```\n\n## Testing\n\nWrite your tests under `e2e` directory. You can run your tests in UI mode with:\n\n```bash\npnpm test:open\n```\n\nOr you can run your tests in headless mode with:\n\n```bash\npnpm test:run\n```\n\nIt's recommended to remove `docker-compose` cache and re-start the services before running tests:\n\n```bash\ndocker rm $(docker ps -qa) \u0026\u0026 docker-compose up --remove-orphans --force-recreate\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fupb-code-labs%2Freact-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fupb-code-labs%2Freact-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fupb-code-labs%2Freact-client/lists"}