https://github.com/billstclair/noredink-challenge
My answer to NoRedInk's two-hour programming challenge
https://github.com/billstclair/noredink-challenge
Last synced: 9 months ago
JSON representation
My answer to NoRedInk's two-hour programming challenge
- Host: GitHub
- URL: https://github.com/billstclair/noredink-challenge
- Owner: billstclair
- License: mit
- Created: 2017-03-27T20:12:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-28T14:30:11.000Z (about 9 years ago)
- Last Synced: 2025-08-31T06:56:50.307Z (10 months ago)
- Language: Elm
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
This project is a code challenge from [NoRedInk](http://noredink.com/), a two hour project as the first part of them deciding whether to interview me further for becoming part of their team.
Use `elm-reactor` to run the example:
cd ...
git clone git@github.com:billstclair/NoRedInkChallengeWws.git
cd .../NoRedInkChallengeWws
elm reactor
Then aim your browser at http://localhost:8000/src/Main.elm
During development, you can test a compile with the `m` script:
cd .../NoRedInkChallengeWws
bin/m Main
This creates no output file, but reports on compilation errors.
Bill St. Clair <>
27 March 2017