Seis is a clone project of Wordle, with a tiny difference: you'll have to guess a word with six letters! Built with React, NextJS and Material-UI.
View Demo
Clone the repository and perform the following command line actions:
$> cd seis
$> npm install
$> npm run dev