https://github.com/niweera/wordhunter
Front-End for the WordHunter application. (A web application to find words for the letters you have most probably when you are playing Scrabble...)
https://github.com/niweera/wordhunter
bootstrap4 cloudbuild css google-app-engine html javascript reactjs
Last synced: 4 months ago
JSON representation
Front-End for the WordHunter application. (A web application to find words for the letters you have most probably when you are playing Scrabble...)
- Host: GitHub
- URL: https://github.com/niweera/wordhunter
- Owner: Niweera
- License: mit
- Created: 2019-07-15T09:52:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:02:11.000Z (over 2 years ago)
- Last Synced: 2023-03-03T03:16:19.129Z (about 2 years ago)
- Topics: bootstrap4, cloudbuild, css, google-app-engine, html, javascript, reactjs
- Language: JavaScript
- Homepage: https://wordhunter.niweera.gq
- Size: 9.26 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://opensource.org/licenses/MIT)
[](http://hits.dwyl.io/Niweera/wordhunter)


[](https://travis-ci.com/Niweera/wordhunter)# WordHunter
## WordHunter is now live on [WordHunter-V1](https://20200409t141418-dot-whunter.uc.r.appspot.com/)
## WordHunter-V2 is now live on https://wordhunter.niweera.gq
> WordHunter lets you to find the words for the letters you have when you are playing Scrabble.
The following is the basic architecture of the WordHunter application. (The web application will use the WordHunter-api to get the results according to the letters that the user has given.)

### Example use case
User wants to find words which can be created from `a, s, d`
The WordHunter service will provide the following results.
1. sad - Feeling or showing sorrow; unhappy.
2. ads - An advertisement.(The initial version would only give the words which contains all the letters. Later versions would provide all the letter combinations.)

## Meta
Nipuna Weerasekara – [@Niweera](https://twitter.com/Niweera) – [email protected]
Distributed under the MIT license. See `LICENSE` for more information.
[https://github.com/Niweera/wordhunter](https://github.com/Niweera/wordhunter)
The back-end for this application is in [wordhunter-api](https://github.com/Niweera/wordhunter-api) repo.
This repo is a part of [`WordHunter`](https://github.com/users/Niweera/projects/2) project.
`WordHunter` uses [GoogleDict](https://dict.niweera.gq) Dictionary API service. Find its repo [here](https://github.com/Niweera/googledict).
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request[npm-image]: https://img.shields.io/npm/v/datadog-metrics.svg?style=flat-square
[npm-url]: https://npmjs.org/package/datadog-metrics
[npm-downloads]: https://img.shields.io/npm/dm/datadog-metrics.svg?style=flat-square
[travis-image]: https://img.shields.io/travis/dbader/node-datadog-metrics/master.svg?style=flat-square
[travis-url]: https://travis-ci.org/dbader/node-datadog-metrics
[wiki]: https://github.com/yourname/yourproject/wiki## Acknowledgement
Without the gigantic help from this guy [koolify](https://github.com/koolify), the development of WordHunter would be impossible...