NYT Games Wordle clone built using React and a JSON file containing 5-letter words, one of which will be randomly selected as the solution during each round. To play another round, just refresh the page.
-
Download the zip or clone using the web URL.
git clone https://github.com/kaylanguyen1/wordle.git
-
Open terminal window and change directory to wordle-master
-
Install necessary packages
npm install
-
Run app
npm run dev