Skip to content

fmata97/Wordle

Repository files navigation

Wordle clone

A wordle clone made with React.

  • Everytime you load the page, a new random word is selected.
  • To play again, just hit refresh.
  • Mobile view is supported.

Image example:

Game example

Setup

Requirements

NodeJS and npm.

Step-by-step instructions

  1. Run npm install to install the dependencies
  2. Run npm run dev to start the application