You can try it out here
This Spelling game was made using simple HTML, SCSS and 110 lines of Vanilla TypeScript.
Then this is compiled into a tiny HTML, CSS and JS bundle using Parcel.
It uses my tailwind-colors-scss SCSS variables package for the minimal color scheme and a subset of the MIT 10,000 wordlist which I filtered for words over 4 characters long using the jq command line tool.
- Clone the repo
git clone https://github.com/martinshaw/spelling.git
- Install the dependencies
npm install
- Run the dev server
npm run start
- Open the browser to http://localhost:1234
I might add additional languages and dialects in the future.