10000 GitHub - yo2x/react-wordle: Wordle game in Kirundi
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

yo2x/react-wordle

 
 

Repository files navigation

Ijambo

This is a clone project of the popular word guessing game we all know and love. Made using React, Typescript, and Tailwind.

This version is to be played with the Kirundi language.

Try out the app!

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.

Contributors

5F76

About

Wordle game in Kirundi

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.5%
  • CSS 3.2%
  • HTML 1.9%
  • Other 1.4%
0