/wrd-brd

simple React.js word game, inspired by https://www.powerlanguage.co.uk/wordle/

Primary LanguageJavaScript

wrd-brd (Word Board) - a simple React.js word game

Inspired by https://www.powerlanguage.co.uk/wordle/

Production

Netlify Status

Live at https://quizzical-hoover-88bd96.netlify.app/

Development

Requires npm.

Run dev-server with: npm start

Pull requests very welcome ^_^

Tests

Integration-style tests are implemented using Cypress and can be run with: npm test.

If you are already running the development webserver, you can run just the Cypress tests against that using npm run cy:run.

To run the tests interactively, use npm run cy:open.