FKnottenbelt / Todos

Sinatra based todo app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sinatra app for a Todo List webapp

Experimenting with Capybara.


Home page:

All lists screenshot


List detail page:

List detail screenshot


Getting started

To get started with the app, clone the repo and then install the needed gems:

$ bundle install --without production

Run the test suite to verify that everything is working correctly:

$ rake

If the test suite passes, you'll be ready to run the app in a local server:

$ ruby todo.rb

It might even still be runnning on Heroku:

https://ls-rb170-sinatra-todos.herokuapp.com/

About

Sinatra based todo app


Languages

Language:Ruby 62.9%Language:CSS 23.7%Language:HTML 11.6%Language:JavaScript 1.7%