https://github.com/europanite/det_vocabulary
A Playground for the Vocabulary Section in Duolingo English Test.
https://github.com/europanite/det_vocabulary
browser client-side cross-platform det docker docker-compose duolingo duolingo-clone education english expo expo-go free frontend jest metro playground typescript vocabulary
Last synced: about 2 months ago
JSON representation
A Playground for the Vocabulary Section in Duolingo English Test.
- Host: GitHub
- URL: https://github.com/europanite/det_vocabulary
- Owner: europanite
- License: apache-2.0
- Created: 2025-10-29T03:55:21.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-03-28T01:19:57.000Z (3 months ago)
- Last Synced: 2026-03-28T08:07:35.479Z (3 months ago)
- 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
- Language: TypeScript
- Homepage: https://europanite.github.io/det_vocabulary/
- Size: 807 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# [DET Vocabulary](https://github.com/europanite/det_vocabulary "DET Vocabulary")
[](https://opensource.org/licenses/Apache-2.0)

[](https://github.com/europanite/det_vocabulary/actions/workflows/ci.yml)
[](https://github.com/europanite/det_vocabulary/actions/workflows/docker.yml)
[](https://github.com/europanite/det_vocabulary/actions/workflows/deploy-pages.yml)




A Playground for the Vocabulary Section in **Duolingo English Test**.

## PlayGround
[DET Vocabulary](https://europanite.github.io/det_vocabulary/)
Select the real English words in this list.
---
## Getting Started
### 1. Prerequisites
- [Docker Compose](https://docs.docker.com/compose/)
### 2. Build and start all services:
```bash
# set environment variables:
export REACT_NATIVE_PACKAGER_HOSTNAME=${YOUR_HOST}
# Build the image
docker compose build
# Run the container
docker compose up
```
### 3. Test:
```bash
docker compose \
-f docker-compose.test.yml \
up --build --exit-code-from \
frontend_test
```
---
# License
- Apache License 2.0