I have now started my first web app built with Ruby and the Sinatra Framework and it has been a lot of fun. My app is called Poppy, a place where people can leave reviews for movies and see the reviews that others leave. Making this web app, I utilized the concepts of MVCs: Models, Views, and Controllers, and RESTful routes to make my idea come to life.
As of the time of writing this blog post I am now completely done with my first Ruby Project. For my project, I made a Command Line Interface (CLI) program that scrapes the BarnesAndNoble.com website and shows the user the top twenty selling books at the moment.