mhartl / palindrome_app

A palindrome detector Sinatra App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Palindrome Detector

This is the final sample app for Learn Enough Ruby to Be Dangerous.

Setup

After cloning the repo, follow these steps to get the app working:

$ bundle install
$ bundle exec rake           # Verifies that the test suite is green
$ bundle exec rerun app.rb   # Runs the app on http://localhost:4567

About

A palindrome detector Sinatra App


Languages

Language:Ruby 40.2%Language:HTML 37.2%Language:CSS 22.7%