Skip to content

Improve your English spelling with this beautiful web app

Notifications You must be signed in to change notification settings

martinshaw/spelling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spelling

Improve your English spelling with this beautiful web app

Try it out

You can try it out here

How it was made

This Spelling game was made using simple HTML, SCSS and 110 lines of Vanilla TypeScript.

Then this is compiled into a tiny HTML, CSS and JS bundle using Parcel.

It uses my tailwind-colors-scss SCSS variables package for the minimal color scheme and a subset of the MIT 10,000 wordlist which I filtered for words over 4 characters long using the jq command line tool.

How to run it locally

  1. Clone the repo
git clone https://github.com/martinshaw/spelling.git
  1. Install the dependencies
npm install
  1. Run the dev server
npm run start
  1. Open the browser to http://localhost:1234

Future additions

I might add additional languages and dialects in the future.

About

Improve your English spelling with this beautiful web app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published