Skip to content
/ Raodle Public
forked from thesam73/wordle

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

License

Notifications You must be signed in to change notification settings

SherRao/Raodle

 
 

Repository files navigation

Raodle

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 live site!

Forked from here!

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 in browser.

About

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

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Languages

  • TypeScript 96.8%
  • CSS 2.1%
  • Other 1.1%