KO
|
EN
gitlite โ search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#claude-code
#codex
#cli
#developer-tools
#react
#windows
react-wordle
โ 33
Open GitHub โ
Dockerised Wordle clone
Download README (.md)
Explore Similar Repositories
Flutter-Wordle
:
A wordle game written in flutter
wordle-bg
:
๐ง๐ฌ Wordle clone in Bulgarian
Wordle
:
WORDLE clone using only python !
wordle-clone
:
Wordle clone in SwiftUI
nexdle
:
A Wordle clone made with React, Tailwind CSS, Zustand
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
react-wordle
?
Download (.md)
# React Wordle   [](https://drone.modem7.com/modem7/react-wordle) [](https://raw.githubusercontent.com/modem7/react-wordle/master/react-wordle)  This is a clone project of the popular word guessing game we all know and love. Made using React, Typescript, and Tailwind. Modified by [modem7](https://github.com/modem7) for github-pages. [**Try it out!**](https://modem7.github.io/react-wordle/) # Breaking changes note This repo has now been merged with the old Worlde repo which had the old NYT container. The reasoning for this is to lower maintenance across multiple repos and reduce build time. There is also a [Github pages](https://modem7.github.io/react-wordle/) version of "latest". As such, there is a new configuration: ## Latest This is a new version of Wordle, created by [cwackerfuss](https://github.com/cwackerfuss/react-wordle), and as such, it will not match with the latest "Word of the day". Please see the configuration below to set this up. ## Legacy This is the original Worlde, cloned from the orignal website, and shunted into an Nginx container. This is as close as you'll get to the NYT version, and it should be in line with the latest word of the day. This will not be updated, except for security updates and Nginx updates. Please see the configuration below to set this up. # Configuration ## Latest Note: Sharing feature requires this to be hosted via https as per [#331](https://github.com/cwackerfuss/react-wordle/issues/331#issuecomment-1073155476). ```yaml version: "2.4" services: wordle: image: modem7/wordle:latest container_name: Wordle ports: - 80:8080 ``` ## Legacy ```yaml version: "2.4" services: wordle: image: modem7/wordle:legacy container_name: Wordle ports: - 80:80 ``` # Tags | Tag | Description | | :----: | --- | | latest | Latest version | | legacy | Legacy version | ## Project Screenshot  ## Original Project [Cwackerfuss/React-Wordle](https://github.com/cwackerfuss/react-wordle)