Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.32 KB

README.md

File metadata and controls

46 lines (29 loc) · 1.32 KB

Wordle

Guess the Wordle in 6 tries.

  • Each guess must be a valid 5-letter word.

  • The color of the tiles will change to show how close your guess was to the word.

    Examples

    example1

    W is in the word and in the correct spot.

    example2

    I is in the word but in the wrong spot.

    example3

    U is not in the word in any spot.

About

Recreated Wordle using React, TypeScript, and Tailwind CSS for two versions. One is to use Redux to be a state container. The other is to adapt React hook useReducer to manage state.

Demo

win