Skip to content

xxRockOnxx/wordle

Repository files navigation

Wordle Word Finder

Simple app that finds 5 letter words given the good letters, bad letters, and letter positions.

Setup

pnpm install

Download the english words file from https://github.com/dwyl/english-words

npm run words:download

Filter words that are not 5 letters and contains non-letter characters

npm run words:filter

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

About

Simple app that finds 5 letter words given the good letters, bad letters, and letter positions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published