Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jzwood/scrabble-oracle-simple-ui
UI for Scrabble Oracle App (Client)
https://github.com/jzwood/scrabble-oracle-simple-ui
ai elm haskell scrabble
Last synced: about 1 month ago
JSON representation
UI for Scrabble Oracle App (Client)
- Host: GitHub
- URL: https://github.com/jzwood/scrabble-oracle-simple-ui
- Owner: jzwood
- License: mit
- Created: 2020-11-02T15:36:51.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-26T00:56:36.000Z (about 3 years ago)
- Last Synced: 2024-12-09T17:56:26.561Z (about 2 months ago)
- Topics: ai, elm, haskell, scrabble
- Language: Elm
- Homepage:
- Size: 385 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Board](static/board-screenshot.png "Screenshot of app UI")
## About
This Elm app comprised the UI for the [Scrabble Oracle Web App](https://github.com/jzwood/scrabble-oracle-api) which is powered by the [Scrabble Oracle Library](https://github.com/jzwood/ScrabbleOracle).## Local Dev
```shell
$ yarn install
$ yarn dev # for dev
$ yarn build # for production
```