Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.28 KB

README.md

File metadata and controls

22 lines (15 loc) · 1.28 KB

Blocitoff

Deployed here on Heroku.

An app that lets you create self-destructing to-do lists.

To-do lists are notorious for collecting junk: to-do items that you want to remember, but are not very important and thus get consistently put-off. To address the problem of to-do list clutter, I created Blocitoff.

Blocitoff will aim to keep to-do lists manageable by automatically deleting to-do items that have not been completed after seven days. The hypothesis is that if the to-do item is not important enough to be completed in seven days, it doesn't belong on your to-do list.

Rails v4.2.4

Important Gems

  • Devise for user authentication.
  • Bootstrap Sass for styling.
  • Figaro for storing sensitive information.
  • Rspec for unit testing.
  • Factory Girl to easily create fixtures in the testing environment.
  • Shoulda for more concise tests.
  • Faker to create data in the development and testing environments.

Made with ♥ by Jkepps