A custom wordle game made in React.js.
The game randomly generates a five-letter word, and you have to guess it in six attempts.
Every time you make an attempt, the cell color will change and indicate how close you are to the correct word.
Colors guide:
- Green square: indicates a letter that is correct and in the right position.
- Yellow circle: indicates a letter that is correct but in the wrong position.
- Gray square: indicates a letter that is not correct.
The word list only includes Spanish words.
Clone and install
git clone https://github.com/GabrielCarames/react-wordle.git
npm i
Run the app locally
npm run dev
You can see the deployment by clicking here.
This is not the original Wordle game, just a custom clone made with React.js.