Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r-cha/wordelm
A wordle clone
https://github.com/r-cha/wordelm
elm elm-lang wordle-clone
Last synced: about 2 months ago
JSON representation
A wordle clone
- Host: GitHub
- URL: https://github.com/r-cha/wordelm
- Owner: r-cha
- Created: 2022-09-02T07:30:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-18T03:30:38.000Z (about 1 year ago)
- Last Synced: 2024-10-20T00:58:40.468Z (3 months ago)
- Topics: elm, elm-lang, wordle-clone
- Language: Elm
- Homepage: https://wordelm.r-cha.dev
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wordelm
## What
A clone of Wordle written in Elm.
## Why
So that I could entertain myself by learning something new.
## Running Locally
1. Ensure Elm is installed
2. `npm run build`
3. Open `index.html` in your browser.## Try it
`main` automatically deploys to [wordelm.r-cha.dev](https://wordelm.r-cha.dev/)
## Look at it