hamedsalimian94 / wordle-react

0 stars 0 forks source link

Wordle Clone

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.

Features

Technologies Used

Getting Started

To run the project locally, follow these steps:

  1. Clone the repository:
    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!