Create a Rails app that has the same features as your CLI todo app.
[ ] Include all the functionality from your CLI todo app's README.
[ ] Deploy to heroku, put some lists up on heroku for me to look at.
[ ] Use Foundation or Bootstrap to make it look nice.
[ ] No scaffolding!
[ ] Link me both your app's repository and deployed Heroku app before you close out the issue.
* Bonus *
[ ] Add User authentication (hand rolled, or checkout devise), make lists belong to the user who's logged in. That use should only see their own lists.
Week 5 - Day 4
Part I
Fork the
todos-cli
repo we worked on this afternoon and complete it's implementation accordning to theREADME
:https://github.com/tiy-tpa-rails-q2-2015/todos-cli
Part II
Create a Rails app that has the same features as your CLI todo app.
* Bonus *
devise
), make lists belong to the user who's logged in. That use should only see their own lists.