This is a clone project of the popular word guessing game we all know and love. Made using React and Tailwind. It supports unlimited play unlike the NYT app.
Clone the project
git clone https://github.com/cyberz3r0/Wordle_Clone
Go to the project directory
cd client
Install dependencies
npm install
Start the server
npm run dev
To run this project, you will need to add the following environment variables to your .env file from Rapid API's WordsAPI. It should give you the values you need to run this app.
VITE_api_key
VITE_host
- Desktop use only
- Unlike the NYT app, there is no onscreen keyboard.