Skip to content

single-page react app that serves as a wordle companion (updates valid words as you update wordle guesses)

License

Notifications You must be signed in to change notification settings

Ehiremen/wordle-helper-react

Repository files navigation

Wordle helper/companion by Ehiremen

This project was bootstrapped with Create React App and runs on http://localhost:3000 when ran locally (npm run start).

About

  • Companion (not a solver!) for the NewYorkTimes' Wordle game.
  • The dictionary gets updated -- to remove invalid words -- as the user inputs the results of their guesses
    • the dictionary can be sorted either:
      • alphabetically, which is your regular A-Z sort; or
      • by "best guess," which sorts by number of unique letters in the word.
  • On clicking "Apply" on any row, cells in that row get locked for editing, and the list of valid guesses gets updated.

Demo

About

single-page react app that serves as a wordle companion (updates valid words as you update wordle guesses)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages