Skip to content

Varitaion of Wordle where you guess the a colors RGB value.

License

Notifications You must be signed in to change notification settings

TimothyMakkison/Hexle

Repository files navigation

React Hexle

This is a variation on Wordle where you guess the RGB values of an unknown color. Built upon the popular react-wordle. Made using React, Typescript, and Tailwind.

Try out the demo! at https://timothymakkison.github.io/Hexle/

screenshot

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 reactle:dev -f docker/Dockerfile .
$> docker run -d -p 3000:3000 --name reactle-dev reactle:dev

Open http://localhost:3000 in browser.

Production

$> docker build --target=prod -t reactle:prod -f docker/Dockerfile .
$> docker run -d -p 80:8080  --name reactle-prod reactle:prod

Open http://localhost in browser.

About

Varitaion of Wordle where you guess the a colors RGB value.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published