{"id":49634925,"url":"https://github.com/europanite/det_vocabulary","last_synced_at":"2026-05-05T14:31:50.190Z","repository":{"id":321397864,"uuid":"1085449014","full_name":"europanite/det_vocabulary","owner":"europanite","description":"A Playground for the Vocabulary Section in Duolingo English Test.","archived":false,"fork":false,"pushed_at":"2026-03-28T01:19:57.000Z","size":826,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-28T08:07:35.479Z","etag":null,"topics":["browser","client-side","cross-platform","det","docker","docker-compose","duolingo","duolingo-clone","education","english","expo","expo-go","free","frontend","jest","metro","playground","typescript","vocabulary"],"latest_commit_sha":null,"homepage":"https://europanite.github.io/det_vocabulary/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/europanite.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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-10-29T03:55:21.000Z","updated_at":"2026-03-28T01:20:00.000Z","dependencies_parsed_at":"2025-10-29T13:27:23.725Z","dependency_job_id":null,"html_url":"https://github.com/europanite/det_vocabulary","commit_stats":null,"previous_names":["europanite/det_vocabulary"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/europanite/det_vocabulary","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/europanite%2Fdet_vocabulary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/europanite%2Fdet_vocabulary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/europanite%2Fdet_vocabulary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/europanite%2Fdet_vocabulary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/europanite","download_url":"https://codeload.github.com/europanite/det_vocabulary/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/europanite%2Fdet_vocabulary/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32653481,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"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":["browser","client-side","cross-platform","det","docker","docker-compose","duolingo","duolingo-clone","education","english","expo","expo-go","free","frontend","jest","metro","playground","typescript","vocabulary"],"created_at":"2026-05-05T14:31:49.176Z","updated_at":"2026-05-05T14:31:50.183Z","avatar_url":"https://github.com/europanite.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [DET Vocabulary](https://github.com/europanite/det_vocabulary \"DET Vocabulary\")\n\n[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n![OS](https://img.shields.io/badge/OS-Linux%20%7C%20macOS%20%7C%20Windows-blue)\n[![CI](https://github.com/europanite/det_vocabulary/actions/workflows/ci.yml/badge.svg)](https://github.com/europanite/det_vocabulary/actions/workflows/ci.yml)\n[![docker](https://github.com/europanite/det_vocabulary/actions/workflows/docker.yml/badge.svg)](https://github.com/europanite/det_vocabulary/actions/workflows/docker.yml)\n[![GitHub Pages](https://github.com/europanite/det_vocabulary/actions/workflows/deploy-pages.yml/badge.svg)](https://github.com/europanite/det_vocabulary/actions/workflows/deploy-pages.yml)\n\n![React Native](https://img.shields.io/badge/react_native-%2320232a.svg?style=for-the-badge\u0026logo=react\u0026logoColor=%2361DAFB)\n![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge\u0026logo=typescript\u0026logoColor=white)\n![Jest](https://img.shields.io/badge/-jest-%23C21325?style=for-the-badge\u0026logo=jest\u0026logoColor=white)\n![Expo](https://img.shields.io/badge/expo-1C1E24?style=for-the-badge\u0026logo=expo\u0026logoColor=#D04A37)\n\nA Playground for the Vocabulary Section in **Duolingo English Test**.\n\n![\"web_ui\"](./assets/images/web_ui.png)\n\n## PlayGround\n\n [DET Vocabulary](https://europanite.github.io/det_vocabulary/)\n\nSelect the real English words in this list.\n\n---\n\n## Getting Started\n\n### 1. Prerequisites\n- [Docker Compose](https://docs.docker.com/compose/)\n\n### 2. Build and start all services:\n\n```bash\n# set environment variables:\nexport REACT_NATIVE_PACKAGER_HOSTNAME=${YOUR_HOST}\n\n# Build the image\ndocker compose build\n\n# Run the container\ndocker compose up\n```\n\n### 3. Test:\n```bash\ndocker compose \\\n-f docker-compose.test.yml \\\nup --build --exit-code-from \\\nfrontend_test\n```\n\n---\n\n# License\n- Apache License 2.0","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feuropanite%2Fdet_vocabulary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feuropanite%2Fdet_vocabulary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feuropanite%2Fdet_vocabulary/lists"}