Wordle Clone

Screenshot of Wordle Clone

A fully functional Wordle clone built with React. Includes the full game loop: 6 attempts, color-coded feedback for correct/misplaced/wrong letters, and win/loss states.

First project where I had to manage non-trivial React state across multiple components. Learned how useState works in practice, how to handle keyboard events, and how to think in components rather than in DOM manipulation.

ReactJavaScriptCSS