Wordle is a game where a user is presented with a random word displayed on the board. User has to guess the word within 5 attempts and type in the guessed word using the keyboard with every single guess by seeing the alphabets displayed on the board.
This game is created with React.js/Typescript and vanilla CSS.
- React.js
- Typescript
- CSS modules
Node.js (20.x or higher)
git clone https://github.com/abaldawa/wordle-game.git
cd wordle-game
- execute
npm i
- execute
npm run dev
(This will start the frontend react dev server) - Go to
http://localhost:5173
to see the UI
Below video demonstrates how the UI looks like and its functionality.