salmondev / ffxivrdle

A fun Wordle clone made using React, Typescript, and Tailwind

Home Page:http://ffxivrdle.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FFXIV Wordle

This is a fork of cwackerfuss/react-wordle which uses ffxiv related location, job, skill, monster, mount and etc names for its words. hosted at https://ffxivrdle.com/

Original readme below

React Wordle

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?

How can I add usage tracking?

  • Create a Google Analytics 4 property and obtain the measurement ID (of the format G-XXXXXXXXXX)
  • In .env, add REACT_APP_GOOGLE_MEASUREMENT_ID=G-XXXXXXXXXX

About

A fun Wordle clone made using React, Typescript, and Tailwind

http://ffxivrdle.com/

License:MIT License


Languages

Language:TypeScript 88.1%Language:HTML 5.3%Language:CSS 5.1%Language:Dockerfile 0.6%Language:Shell 0.5%Language:JavaScript 0.4%