My own recreation of popular game Wordle written in ReactJS.
- Go to the website with game.
- Start writing letters to create correct word and confirm with ENTER.
- (Word changes each day).
git clone https://github.com/floyare/react-wordle-game.git
cd react-wordle-game
npm install
npm start
- react-confetti
- react-hot-toast
- react-use
- api.dictionaryapi.dev (for checking word existence)
Pretty bad code quality.