This is a clone of the beloved Wordle game. It was created as a study on state management with a playful twist.
This project was developed with the following technologies:
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
This project is under the MIT license. See the LICENSE for details.
Made with care by Modestos Kaffes.