Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 1.32 KB

README.md

File metadata and controls

54 lines (38 loc) · 1.32 KB

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.