Home

Awesome

Puresong - A lightweight application using Pure CSS and Sinatra

A lightweight Sinatra application that uses the Pure CSS modules Pure.css to provide responsive screen handling.

Puresong screenshot

Audience

This article is intended for people familiar with Sinatra and SQLite who want to use Pure CSS to build responsive applications.

The sample application builds a new interface around a sample application that is described in Jump Start Sinatra by Darren Jones Sitepoint website.

Requirements

Installation

Download the application to your local desktop.

Install the required gems (see the Gemfile),

Usage

The application run in development mode with 'ruby app.rb' command.

The application can also be tested as a rack application with the 'rackup' command.

What is Purelite?

The Purelite mini-stack includes the following:

Features

The features shown in the application include:

License

This code is dedicated to the public domain to the maximum extent permitted by applicable law, pursuant to CC0 http://creativecommons.org/publicdomain/zero/1.0/

Please reference the copyright restrictions that may apply to the sample Sinatra SQLite application as published in 'Jump Start Sinatra'.