Skip to content

A custom wordle game made in React.js. The word list only includes Spanish words.

License

Notifications You must be signed in to change notification settings

GabrielCarames/react-wordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Wordle 🧩🔎

A custom wordle game made in React.js.

How to play

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.

Technologies 💫

React SASS

Install ⚒

Clone and install

git clone https://github.com/GabrielCarames/react-wordle.git
npm i

Run the app locally

npm run dev

Deployment 🚀

You can see the deployment by clicking here.

Disclaimer ⚠️

This is not the original Wordle game, just a custom clone made with React.js.