/pomodoro-todo

Simple web Todo list app pomodoro oriented using Angular.js and Rails.

Primary LanguageRuby

#Pomodoro Todo

Build Status

Simple web Todo list app pomodoro oriented using Angular.js and Rails.

Online demo: http://pomodorotodo.herokuapp.com

##Instalation

bundle install
bundle exec rake db:migrate
bundle exec rails s

and access http://localhost:3000.