Skip to content

formatq/words-words

Repository files navigation

words-words

Phrasal verb trainer: two "wheels" (verb + particle), instant switching with a Russian translation. The full spec and future ideas live in SPEC.md.

UI

example.png

Commands

npm install
npm run dev      # dev server (http://localhost:5173)
npm test         # unit tests (vitest)
npm run build    # type check + production build into dist/

Controls

  • / — pick a wheel, / — spin it (key auto-repeat works)
  • mouse wheel over a wheel spins it, click activates it
  • on mobile: tap a wheel and swipe vertically

Spinning skips non-existent combinations: every stop is a real phrasal verb.

Data

src/data/phrasal-verbs.json — 30 verbs × 18 particles, 271 combinations with Russian translations. Dataset invariants are checked by a unit test and at startup in dev mode.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors