8000 GitHub - oldregan/word-guessing-game: A word guessing game made using React, Typescript, and Tailwind
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

oldregan/word-guessing-game

 
 

Repository files navigation

Word Guessing Game

This is a clone project of that 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 word-guessing-game
$> 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:

783B

If your site was listed in error, let us know. All the sites listed appear to be created with this code but it's possible they similarities are uncanny!

FAQ

How can I change the length of a guess?

How can I create a version in another language?

About

A word guessing game made using React, Typescript, and Tailwind

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.8%
  • Other 1.2%
0