Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tessmore/word-list-app
Wordle word finder
https://github.com/tessmore/word-list-app
Last synced: 21 days ago
JSON representation
Wordle word finder
- Host: GitHub
- URL: https://github.com/tessmore/word-list-app
- Owner: Tessmore
- License: mit
- Created: 2024-08-01T21:58:36.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-23T15:20:27.000Z (4 months ago)
- Last Synced: 2024-08-23T17:04:55.199Z (4 months ago)
- Language: TypeScript
- Homepage: https://tessmore.github.io/word-list-app/
- Size: 523 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Wordle word list
================Find `Wordle` candidates by matching a pattern.
![image](https://github.com/user-attachments/assets/2d3158b8-292f-4809-8a20-f048b56f5b3b)
## Scripts
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
```
npx create-react-app word-list-app --template typescript
```In the project directory, you can run:
### `npm start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
### `npm test`
Launches the test runner in the interactive watch mode.
### `npm run build`
Builds the app for production to the `build` folder.
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
### `npm run deploy`
Deploys the word list using `gh pages`