Skip to content

modkaffes/wordle

Repository files navigation

Wordle clone

Description

This is a clone of the beloved Wordle game. It was created as a study on state management with a playful twist.

Technologies

This project was developed with the following technologies:

How To Use

To clone and run this application, you will need Git and Node.js installed on your computer.

From your command line:

# Clone this repository
$ git clone https://github.com/modkaffes/wordle.git

# Install dependencies using your favorite package manager, eg.
$ pnpm install

# Start server
$ pnpm dev

# Run tests
$ pnpm test

License

This project is under the MIT license. See the LICENSE for details.

Made with care by Modestos Kaffes.