8000 GitHub - grknc/fmk-wordle5: FMK Wordle | Football Manager Wordle Game by Gurkan
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

grknc/fmk-wordle5

 
 

Repository files navigation

React FMK Wordle

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

This is an image

FMK Wordle5 Game

World Player Wordle List - Made by Gurkan Canakci

Rules :

Foreign Players with 5 letters

6 Choices for correct answer

Made by Gurkan Canakci

FMK Wordle Game!

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

FMK Wordle | Football Manager Wordle Game by Gurkan

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 85.4%
  • CSS 7.2%
  • HTML 4.4%
  • Shell 1.5%
  • Dockerfile 1.1%
  • JavaScript 0.4%
0