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 install
npm run dev
npm run build
This will create a dist
folder with the build files. You can then serve the files with any static server.
MIT (See LICENSE file)