Skip to content

saugaatallabadi/0xWordle

 
 

Repository files navigation

0xWordle

This is a Blockchain twist 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:

Development

$> docker build -t game:dev .
$> docker run -d -p 3000:3000 game:dev

Open http://localhost:3000 in browser.

Production

$> docker build --target=prod -t game:prod .
$> docker run -d -p 80:80 game:prod

Open http://localhost:3000 in browser.

About

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

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.7%
  • CSS 2.0%
  • HTML 1.2%
  • Python 0.7%
  • Dockerfile 0.2%
  • JavaScript 0.1%
  • Shell 0.1%