My attempt to recreate the Wordle game. This is mostly for my own coding practice
- implementation of a wordle game
- implementation difficulty
- styling
- on-screen colored keyboard
npm ci
npm run build
python -m SimpleHTTPServer 8080
This will start a server on port 8080
, on which you can play the game
npm test