WestMichiganRubyTraining / discussion

Create issues on this repository to open discussion threads in the Issue Tracker!
2 stars 0 forks source link

Intermediate -> Advanced Ruby Challenge bridge #66

Open matthew-p opened 10 years ago

matthew-p commented 10 years ago

The advanced challenge set requires building out To-Do applications with rails & javascript: http://billgathen.com/ruby_challenges.html

However, this seemed like a big jump, and as a result, I decided to execute a todo app in sinatra & datamapper first, to build off the prior challenges.

http://polar-earth-8234.herokuapp.com https://github.com/matthew-p/todo-sinatra-user

there are still a number of issues with it & ways it could be improved, but it at least appears to be functional, so I decided to post it in case anyone had any advice.

next step is introduce a proper authentication solution.