Skip to content

Latest commit

 

History

History
55 lines (29 loc) · 941 Bytes

README.md

File metadata and controls

55 lines (29 loc) · 941 Bytes

Wordle Clone

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.

Run Locally

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

Environment Variables

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

Current Limitations

  • Desktop use only
  • Unlike the NYT app, there is no onscreen keyboard.

Screenshots

Wordle Image

Wordle image2