Snitching on Sinatra is a tutorial that will lead you through building two web applications.
Feel free to fork this repo and push your changes up to your fork as you work!
Part 1 will lead you through how to build a web application using Sinatra. It goes over URL parameters, HTTP methods, and getting data from users.
In part 2, you'll build a web application to create Todo items and store them using ActiveRecord.