Skip to content

A clone of the popular game Wordle made using React, Typescript, and Tailwind

License

Notifications You must be signed in to change notification settings

elmurod1202/wordlar-uz

 
 

Repository files navigation

React Wordle

*Note: This repository is an open-source code of the Wordle game for Cyrillic Uzbek, which was working here, which had expired and not being maintained for a long time.

This is a clone project of the popular word guessing game we all know and love. Made using React, Typescript, and Tailwind.

Try out the demo!

Build and run

To Run Locally:

Clone the repository and perform the following command line actions:

$> cd react-wordle
$> npm install
$> npm run start

To build/run docker container:

$> docker build -t game .
$> docker run -d -p 3000:3000 game

Open http://localhost:3000 in browser.

Projects built using this repo

Other languages

Fun themes

Math, Acronyms, Science, Tech, and more

Want to add one to the list? Just make a pull request or let us know via a comment here

FAQ

How can I change the length of a guess?

How can I create a version in another language?

About

A clone of the popular game Wordle made using React, Typescript, and Tailwind

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.3%
  • Other 1.7%