Palindrome App Sinatra

A palindrome detector maded using Ruby language, Sinatra framework and an own personal gem created and published to detect palindromes.
Explore the docs »

View Demo

This is a web app maded with the framework Sinatra, programming language Ruby and for this project i create and publish a Ruby Gem to detect when a word or integer is a Palindrome.

This project was maded following the learning from the good course Learn Enough Ruby to be Dengerous, at this point i have learned about Strings, Arrays, Native Objects as Math, Time, Regular Expressions and Hashes, Functions and Blocks, Functional programming using methods like Map - Select - Reduce, Objects and Classes, TDD red-green-refactor, Shell Scripts using the File class to read and write files or read urls using gems like open-uri and also manipulating the DOM using a gem called Nokogiri, finally i have created this web app called Palindrome App.

Built With

  • Ruby
  • Sinatra

To use this project locally

You need to have installed Ruby, you can check more information here: https://www.ruby-lang.org/en/

Then you can clone this repository and add necesary gems into the Gemfile using bundler

  1. Clone the repo
    git clone https://github.com/AgustinPalmaM/palindrome_app_sinatra.git
  2. Install Gems
    bundle install

Contact

Agustin Palma M - Linkedin - palma.agustin7@gmail.com

Project Link: https://github.com/AgustinPalmaM/palindrome_app_sinatra

(back to top)