Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 659 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 659 Bytes

Solid Periodic Speller

My implementation of Periodic Table Speller App. From Kyle Simpsons's workshop on Thinking in Algorithms.

This implementation is using SolidJS.

Example

Pick a word and see if it can be spelled using the elements of the periodic table.

Example

Installation

npm install

Usage

npm run dev

Build

npm run build

This will create a dist folder with the build files. You can then serve the files with any static server.

License

MIT (See LICENSE file)