/dohdle

Primary LanguageTypeScriptMIT LicenseMIT

Dohdle

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

Cloned from react-wordle

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.