Skip to content

Instantly share code, notes, and snippets.

@featherart
Created October 10, 2013 02:22
Show Gist options
  • Save featherart/6912049 to your computer and use it in GitHub Desktop.
Save featherart/6912049 to your computer and use it in GitHub Desktop.
Review Haiku HW
Book Review Haiku
This is an app to store a list of your favorite books with reviews in the form of Haikus for each book.
Create a Sinatra app that reads from/writes to a .erb file
The .erb file should include a form to enter a new book
the form should have a text input field for title, author, and a block input field for the haiku
The .erb file should list your books and haiku reviews
The list of reviews should persist, so you will need a database! There is only one table required, Books. This table should have 3 fields: Title, Author, and Review
Bonus items!
WARNING: do not attempt any of these at 12am!!! Instead GO TO BED!
Each book title will include a link to the Google books API description of the book
Your app has a pretty sweet user interface so it's beautiful and fun to use ☺
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment