In this project the assignment was to recreate a popular online word game, Wordle:
In Wordle, users have 6 attempts to guess a 5-letter word. You're helped along the way by ruling out letters that aren't in the word, and being told whether the correct letters are in the correct location or not.
It was out of scope of this project but I used MUI (wanted to "play around" and experiment) for styling.
P.S. The correct word you can see in Console.
This project is created with Parcel, a modern JS build tool. It's intended to be run locally, on your computer, using Node.js and NPM.
- Clone the repository.
- Run a cloned React repository:
- Go to the repository´s folder;
- Run
to get node_modulesnpm install
- Run
npm run start