A simple Wordle clone built with React and Vite. This application allows users to play the popular word-guessing game where they have six attempts to guess a five-letter word.
To run the project locally, follow these steps:
git clone https://github.com/hamedsalimian94/wordle-react.git
cd wordle-react
yarn
yarn run dev
Open your browser and go to http://localhost:5173 to play the game!