joeruggieri / dohdle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:MIT License


Languages

Language:TypeScript 97.2%Language:HTML 1.3%Language:CSS 1.2%Language:JavaScript 0.2%Language:Dockerfile 0.2%