Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 595 Bytes

File metadata and controls

25 lines (14 loc) · 595 Bytes

Thanks for the original owner of wordle-react repository for letting me have a template for this:

https://github.com/cwackerfuss/react-wordle

Solvre - Wordle Solver

This project helps you find the words for your wordle game. Type the word, click on the letters to adjust the existence of the letter and click enter.
The possible options will be shown to you!

Made using React, Typescript, and Tailwind.

Build and run

To Run Locally:

Clone the repository and perform the following command line actions:

$> cd wordle-solver
$> npm install
$> npm run start