My implementation of Periodic Table Speller App. From Kyle Simpsons's workshop on Thinking in Algorithms.
This implementation is using SolidJS.
Pick a word and see if it can be spelled using the elements of the periodic table.
npm installnpm run devnpm run buildThis will create a dist folder with the build files. You can then serve the files with any static server.
MIT (See LICENSE file)
