This application allows a user to enter a poem and checks whether or not the poem is a haiku.
- Practice building a Node application from scratch.
- As a user, I want to...
- ...write poems
- ...check whether or not my poems are haikus.
Run the following commands in Terminal:
$ git clone
this repository$ cd haiku-checker
- Open in your preferred text editor for a closer look at the code.
Spec | Input | Output |
---|---|---|
Says if a poem is a haiku. | Pennies in a stream, falling leaves a sycamore, moonlight in Vermont | This poem is a haiku. |
Says if a poem is not a haiku. | The poet waits quietly to paint the unsaid. | This poem is not a haiku. |
This application is currently missing a build file, and does not function in the browser.
If you have issues, questions, ideas, or concerns, please contact Margaret. Feel free to make a contribution to the code.
- JavaScript
- Node
- Bower
- Jasmine
- Karma
This software is licensed under the MIT license.
Copyright (c) 2017 Margaret Berry and Gabrijela Gavric