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.
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
- Clone the repo
git clone https://github.com/AgustinPalmaM/palindrome_app_sinatra.git
- Install Gems
bundle install
Agustin Palma M - Linkedin - [email protected]
Project Link: https://github.com/AgustinPalmaM/palindrome_app_sinatra