To-do web application made with Ruby on Rails and jQuery. This was the first Ruby on Rails application I made outside of a tutorial. I was given the user stories but created the layout and functionality of the application myself. This was just a simple application to increase my understanding of Rails.
My favorite about the project was learning to write rake tasks. I wrote a rake task (rake todo:delete_items) that will delete any tasks that have been open for 7 days, the idea being that any to-do tasks open for more than a week are not likely to ever get done. I used the Scheduler add-on in Heroku to run the rake task on a daily basis.