devinstewart / solid-periodic-speller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

License:MIT License


Languages

Language:JavaScript 94.0%Language:CSS 3.5%Language:HTML 2.5%