devtheory / todo

Todo: A to-do list application with automatic deletion of uncompleted tasks after 7 days

Home Page:http://devtheory-todo.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##To-do: A to-do list application with automatic deletion of uncompleted tasks after 7 days.

To-do is a Ruby on Rails application. It helps keep users motivated to get things done by putting an expiration date on their tasks. It uses Devise for authentication. To-do is deployed to Heroku Here

Setup

cconfig/application.yml needs to have the following ENV variables:

DEVISE_SECRET_KEY: 'your devise secret key here'

SENDGRID_USERNAME: 'your sendgrid username here'

SENDGRID_PASSWORD: 'your sendgrid password here'

About

Todo: A to-do list application with automatic deletion of uncompleted tasks after 7 days

http://devtheory-todo.herokuapp.com


Languages

Language:Ruby 72.1%Language:HTML 26.2%Language:JavaScript 1.1%Language:CoffeeScript 0.4%Language:CSS 0.2%