Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnmcguin/wordle-elm
Elm wordle client
https://github.com/johnmcguin/wordle-elm
Last synced: 6 days ago
JSON representation
Elm wordle client
- Host: GitHub
- URL: https://github.com/johnmcguin/wordle-elm
- Owner: johnmcguin
- License: mit
- Created: 2024-03-25T15:52:46.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-25T19:08:00.000Z (8 months ago)
- Last Synced: 2024-03-26T18:07:23.281Z (8 months ago)
- Language: Elm
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Elm Wordle
Basic wordle client in Elm. Hopefully planning to build a bigger game with a wordle base and this is step 1.
## Get Started
```bash
npm install
npm run dev
```