Skip to content

An application that checks if a completed Haiku puzzle is “legal” (Epicodus JavaScript Week 1 Two-Day)

Notifications You must be signed in to change notification settings

codemargaret/haiku-checker

Repository files navigation

Haiku

An application that checks if a completed Haiku puzzle is “legal”, 10.12.2017

By Margaret Berry & Gabrijela Gavric

Description

This application allows a user to enter a poem and checks whether or not the poem is a haiku.

Project Goals

  • Practice building a Node application from scratch.

User Stories

  • As a user, I want to...
  • ...write poems
  • ...check whether or not my poems are haikus.

Setup/Installation Requirements

Run the following commands in Terminal:

  1. $ git clone this repository
  2. $ cd haiku-checker
  3. Open in your preferred text editor for a closer look at the code.

Specifications

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.

Known Bugs

This application is currently missing a build file, and does not function in the browser.

Support and contact details

If you have issues, questions, ideas, or concerns, please contact Margaret. Feel free to make a contribution to the code.

Technologies Used

  • JavaScript
  • Node
  • Bower
  • Jasmine
  • Karma

License

This software is licensed under the MIT license.

Copyright (c) 2017 Margaret Berry and Gabrijela Gavric

About

An application that checks if a completed Haiku puzzle is “legal” (Epicodus JavaScript Week 1 Two-Day)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published