Skip to content

cyberz3r0/Wordle_Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 

Repository files navigation

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

About

My own take at a Wordle Clone.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published