Yes, this is another Wordle clone. This one has:
This is my first ever big web project using a framework, Svelte.
npm i
to install the dependenciesnpm run dev
to run a hot-reload localhost site, or npm run build
to compile the code into HTML and JS.A full list of words can be found in /wordfinder/words.ts
. It is taken from here and is from the scrabble dictionary.