https://github.com/hauntedhost/elm-buzzword-bingo
First app using Elm language
https://github.com/hauntedhost/elm-buzzword-bingo
Last synced: 11 months ago
JSON representation
First app using Elm language
- Host: GitHub
- URL: https://github.com/hauntedhost/elm-buzzword-bingo
- Owner: hauntedhost
- Created: 2015-08-02T07:00:48.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-18T03:18:39.000Z (almost 11 years ago)
- Last Synced: 2023-09-01T05:38:56.607Z (almost 3 years ago)
- Language: Elm
- Homepage: https://pragmaticstudio.com/elm
- Size: 289 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## BUZZWORD BINGO
[](https://pragmaticstudio.com/elm)
Fun project completed in (excellent) [Elm: Building Reactive Web Apps](https://pragmaticstudio.com/elm) course.
## Check it out:
```bash
# Install Elm here first: http://elm-lang.org/install
elm package install --yes
npm install
gulp elm
open index.html
```
---
[Sean Omlor](http://seanomlor.com)