Wordle Game
A Wordle clone with feedback, keyboard input, and a high score tracker.
Project Goal
The goal of this project was to recreate the popular Wordle game while adding features like high scores and keyboard interaction. The focus was on dynamic user interaction, clean logic for word comparison, and creating a fun, responsive UI.
Key Features
- Word comparison logic with color-coded feedback
- Virtual keyboard with letter status
- High score tracking with player names
- Replay options
- Responsive design for all screen sizes
Snapshots

Start page where the player enters their name, selects word length, and optionally chooses to allow only unique letters.

After winning a game, players can save their result to the high score list. Scores are stored in MongoDB.

The high score page displays all saved results along with player information and game details.
Role & Learning
I implemented the full logic for comparing guesses with the solution word and color-coding results. I also built the interactive keyboard from scratch and designed the score tracking functionality. This project strengthened my understanding of React component state and conditional rendering.