camaulay / wordfinder-web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wordfinder-web

Live Demo

Finds whole word matches of a given string with letters in any order using a specific wordlist.

Permutations algorithm adapted from an implementation by noam sauer-utley.

To make up for my laziness thinking up this algorithm from scratch I implemented the algorithm in a webworks so calculating large permutations doesn't block the UI. You get a cute (lazy) loading spinner instead.

Enjoy!

Requirements

  • node & npm

Run instructions

yarn install
yarn serve

App will be accessible at http://localhost:8080

About


Languages

Language:Vue 52.6%Language:JavaScript 33.0%Language:HTML 14.4%