Wordle Clone

Overview
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.
What I learned
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.
Tools & Skills
ReactJavaScriptCSS
Links