Skip to content

SivanMehta/endless-wordle

Repository files navigation

Endless Wordle

My attempt to recreate the Wordle game. This is mostly for my own coding practice

Task list

  • implementation of a wordle game
  • implementation difficulty
  • styling
  • on-screen colored keyboard

Running Locally

npm ci
npm run build
python -m SimpleHTTPServer 8080

This will start a server on port 8080, on which you can play the game

Testing

npm test