How to Improve the Look and Feel of a Cloud Foundry Application
In previous posts, we developed a small web application that runs in the cloud then we transformed it into an application that analyses given text and returns tone scoring per sentence. As we’ve been focusing on the functionality, the extended application was returning a rude output.
With most people judging a web app based on its look and feel, we’ll turn our bare application into something more presentable.
For this, we will use bootstrap as a CSS base and Perl HTML::Template to improve the overall readability of the code.
1. Build the Page Library
We’ll start by building a small library that