Volver
wordleClon

wordleClon

WordleClon

An interactive clone of the Wordle game built with React and TypeScript. The goal is to guess a five-letter word within a limited number of attempts, with faithful animation and color logic matching the original game.

Demo: wordleClon.pablocostas.dev | Code: GitHub

What it does

WordleClon replicates the core Wordle gameplay: players submit five-letter guesses and receive color-coded feedback (green for correct position, yellow for wrong position, gray for absent letters). It implements the original Wordle coloring logic for repeated letters, marking greens first and then yellows only if available instances remain in the solution.

Invalid words are validated against the RAE (Real Academia Española) API and trigger a shake animation. A modal at the end of each game displays the word’s definition. Players can toggle between limited and unlimited attempt modes.

Tech stack

Key features