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