/wordle

A clone of the popular game Wordle made using React, Typescript, and Tailwind

Primary LanguageTypeScriptMIT LicenseMIT

Wordle Clone

  • Go play the real Wordle here

This is just a remake of the original game as i wanted to be able to download it and modify it directly on my computer.

To Run Locally: Clone the repository and perform the following command line actions:

$ cd wordle
$ npm install
$ npm run start

To build/run docker container:

$ docker build -t notwordle .
$ docker run -d -p 3000:3000 notwordle

open http://localhost:3000 in browser.